Html Css Color HEX #090F81 Navy

📋 copy color: '#090F81'

red 9 ◦ green 15 ◦ blue 129

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

Shades of Navy #090F81

Tints of Navy #090F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.8%

 BLUE value IS 129 (50.78% from 255) = 84.31%

R = 5.88%
G = 9.8%
B = 84.31%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#090F81 (or 0x090F81) is known color: Navy. HEX triplet: 09, 0F and 81. RGB value is (9,15,129). Sum of RGB (Red+Green+Blue) = 9+15+129=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #090F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090F81 is #F6F07E. Grayscale: #191919. Windows color (decimal): -16183423 or 8457993. OLE color: 8457993.

HSL color Cylindrical-coordinate representation of color #090F81: hue angle of 237º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090F81 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 15 129 -
CMYK 0.93 0.88 0 0.49
HSL 237º 0.87% 0.27% -
HSV(B) 237º 0.93% 0.51% -
XYZ 4.25 1.98 20.93 -
YUV 26.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 9 15 129 0.93 0.88 0 0.49 237 0.87 0.27
Hex 9 F 81 5D 58 0 31 ED 57 1B
Octal 11 17 201 135 130 0 61 355 127 33
Binary 1001 1111 10000001 1011101 1011000 0 110001 11101101 1010111 11011

Color Harmonies of #090F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F81

Black with #090F81

Text Example


Text Example

White with #090F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090F81; }

 p { color: rgb(9,15,129); }

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

background-color css

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

 a { background-color: rgb(9,15,129); }

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

border-color css

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

 span { border-color: rgb(9,15,129); }

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