Html Css Color HEX #09057E Navy

📋 copy color: '#09057E'

red 9 ◦ green 5 ◦ blue 126

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

Shades of Navy #09057E

Tints of Navy #09057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

 BLUE value IS 126 (49.61% from 255) = 90%

R = 6.43%
G = 3.57%
B = 90%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09057E (or 0x09057E) is known color: Navy. HEX triplet: 09, 05 and 7E. RGB value is (9,5,126). Sum of RGB (Red+Green+Blue) = 9+5+126=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 126 (49.61% from 255 or 90% from 140); Max value from RGB is 126 - color contains mainly: blue. Hex color #09057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09057E is #F6FA81. Grayscale: #131313. Windows color (decimal): -16185986 or 8258825. OLE color: 8258825.

HSL color Cylindrical-coordinate representation of color #09057E: hue angle of 241.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09057E is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 5 126 -
CMYK 0.93 0.96 0 0.51
HSL 241.98º 0.92% 0.26% -
HSV(B) 241.98º 0.96% 0.49% -
XYZ 3.93 1.67 19.85 -
YUV 19.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 9 5 126 0.93 0.96 0 0.51 241.98 0.92 0.26
Hex 9 5 7E 5D 60 0 33 F2 5C 1A
Octal 11 5 176 135 140 0 63 362 134 32
Binary 1001 101 1111110 1011101 1100000 0 110011 11110010 1011100 11010

Color Harmonies of #09057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09057E

Black with #09057E

Text Example


Text Example

White with #09057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09057E; }

 p { color: rgb(9,5,126); }

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

background-color css

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

 a { background-color: rgb(9,5,126); }

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

border-color css

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

 span { border-color: rgb(9,5,126); }

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