Html Css Color HEX #05096E Navy

📋 copy color: '#05096E'

red 5 ◦ green 9 ◦ blue 110

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

Shades of Navy #05096E

Tints of Navy #05096E

RGB

 RED value IS 5 (2.34% from 255) = 4.03%

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 110 (43.36% from 255) = 88.71%

R = 4.03%
G = 7.26%
B = 88.71%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05096E (or 0x05096E) is known color: Navy. HEX triplet: 05, 09 and 6E. RGB value is (5,9,110). Sum of RGB (Red+Green+Blue) = 5+9+110=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 110 (43.36% from 255 or 88.71% from 124); Max value from RGB is 110 - color contains mainly: blue. Hex color #05096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05096E is #FAF691. Grayscale: #121212. Windows color (decimal): -16447122 or 7211269. OLE color: 7211269.

HSL color Cylindrical-coordinate representation of color #05096E: hue angle of 237.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05096E is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 9 110 -
CMYK 0.95 0.92 0 0.57
HSL 237.71º 0.91% 0.23% -
HSV(B) 237.71º 0.95% 0.43% -
XYZ 2.97 1.35 14.86 -
YUV 19.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 5 9 110 0.95 0.92 0 0.57 237.71 0.91 0.23
Hex 5 9 6E 5F 5C 0 39 EE 5B 17
Octal 5 11 156 137 134 0 71 356 133 27
Binary 101 1001 1101110 1011111 1011100 0 111001 11101110 1011011 10111

Color Harmonies of #05096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05096E

Black with #05096E

Text Example


Text Example

White with #05096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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