Html Css Color HEX #090688 Dark Blue

📋 copy color: '#090688'

red 9 ◦ green 6 ◦ blue 136

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

Shades of Dark Blue #090688

Tints of Dark Blue #090688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.97%

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

R = 5.96%
G = 3.97%
B = 90.07%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#090688 (or 0x090688) is known color: Dark Blue. HEX triplet: 09, 06 and 88. RGB value is (9,6,136). Sum of RGB (Red+Green+Blue) = 9+6+136=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 136 (53.52% from 255 or 90.07% from 151); Max value from RGB is 136 - color contains mainly: blue. Hex color #090688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090688 is #F6F977. Grayscale: #151515. Windows color (decimal): -16185720 or 8914441. OLE color: 8914441.

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

Color convert

RGB 9 6 136 -
CMYK 0.93 0.96 0 0.47
HSL 241.38º 0.92% 0.28% -
HSV(B) 241.38º 0.96% 0.53% -
XYZ 4.62 1.97 23.43 -
YUV 21.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 9 6 136 0.93 0.96 0 0.47 241.38 0.92 0.28
Hex 9 6 88 5D 60 0 2F F1 5C 1C
Octal 11 6 210 135 140 0 57 361 134 34
Binary 1001 110 10001000 1011101 1100000 0 101111 11110001 1011100 11100

Color Harmonies of #090688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090688

Black with #090688

Text Example


Text Example

White with #090688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090688; }

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

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

background-color css

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

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

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

border-color css

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

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

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