Html Css Color HEX #090E82 Navy

📋 copy color: '#090E82'

red 9 ◦ green 14 ◦ blue 130

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

Shades of Navy #090E82

Tints of Navy #090E82

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.15%

 BLUE value IS 130 (51.17% from 255) = 84.97%

R = 5.88%
G = 9.15%
B = 84.97%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#090E82 (or 0x090E82) is known color: Navy. HEX triplet: 09, 0E and 82. RGB value is (9,14,130). Sum of RGB (Red+Green+Blue) = 9+14+130=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #090E82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090E82 is #F6F17D. Grayscale: #191919. Windows color (decimal): -16183678 or 8523273. OLE color: 8523273.

HSL color Cylindrical-coordinate representation of color #090E82: hue angle of 237.52º 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 #090E82 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 14 130 -
CMYK 0.93 0.89 0 0.49
HSL 237.52º 0.87% 0.27% -
HSV(B) 237.52º 0.93% 0.51% -
XYZ 4.3 1.98 21.28 -
YUV 25.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 9 14 130 0.93 0.89 0 0.49 237.52 0.87 0.27
Hex 9 E 82 5D 59 0 31 EE 57 1B
Octal 11 16 202 135 131 0 61 356 127 33
Binary 1001 1110 10000010 1011101 1011001 0 110001 11101110 1010111 11011

Color Harmonies of #090E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E82

Black with #090E82

Text Example


Text Example

White with #090E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,14,130); }

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

background-color css

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

 a { background-color: rgb(9,14,130); }

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

border-color css

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

 span { border-color: rgb(9,14,130); }

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