Html Css Color HEX #090188 Dark Blue

📋 copy color: '#090188'

red 9 ◦ green 1 ◦ blue 136

#090188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #090188

Tints of Dark Blue #090188

RGB

 RED value IS 9 (3.91% from 255) = 6.16%

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 136 (53.52% from 255) = 93.15%

R = 6.16%
G = 0.68%
B = 93.15%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#090188 (or 0x090188) is known color: Dark Blue. HEX triplet: 09, 01 and 88. RGB value is (9,1,136). Sum of RGB (Red+Green+Blue) = 9+1+136=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 136 (53.52% from 255 or 93.15% from 146); Max value from RGB is 136 - color contains mainly: blue. Hex color #090188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090188 is #F6FE77. Grayscale: #121212. Windows color (decimal): -16187000 or 8913161. OLE color: 8913161.

HSL color Cylindrical-coordinate representation of color #090188: hue angle of 243.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090188 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 1 136 -
CMYK 0.93 0.99 0 0.47
HSL 243.56º 0.99% 0.27% -
HSV(B) 243.56º 0.99% 0.53% -
XYZ 4.57 1.86 23.41 -
YUV 18.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 9 1 136 0.93 0.99 0 0.47 243.56 0.99 0.27
Hex 9 1 88 5D 63 0 2F F4 63 1B
Octal 11 1 210 135 143 0 57 364 143 33
Binary 1001 1 10001000 1011101 1100011 0 101111 11110100 1100011 11011

Color Harmonies of #090188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090188

Black with #090188

Text Example


Text Example

White with #090188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090188; }

 p { color: rgb(9,1,136); }

 H1.HeaderClassName
 {
   color: #090188;
 }
 .AnyTagClassName
 {
   color: #090188;
 }
</style>

background-color css

<style>
 a { background-color: #090188; }

 a { background-color: rgb(9,1,136); }

 div.DivClassName
 {
   background-color: #090188;
 }
 .BgClassName
 {
   background-color: #090188;
 }
</style>

border-color css

<style>
 span { border-color: #090188; }

 span { border-color: rgb(9,1,136); }

 td.TdClassName
 {
   border-color: #090188;
 }
 .TagClassName
 {
   border-color: #090188;
 }
</style>