Html Css Color HEX #06096D Navy

📋 copy color: '#06096D'

red 6 ◦ green 9 ◦ blue 109

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

Shades of Navy #06096D

Tints of Navy #06096D

RGB

 RED value IS 6 (2.73% from 255) = 4.84%

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

 BLUE value IS 109 (42.97% from 255) = 87.9%

R = 4.84%
G = 7.26%
B = 87.9%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06096D (or 0x06096D) is known color: Navy. HEX triplet: 06, 09 and 6D. RGB value is (6,9,109). Sum of RGB (Red+Green+Blue) = 6+9+109=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #06096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06096D is #F9F692. Grayscale: #131313. Windows color (decimal): -16381587 or 7145734. OLE color: 7145734.

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

Color convert

RGB 6 9 109 -
CMYK 0.94 0.92 0 0.57
HSL 238.25º 0.9% 0.23% -
HSV(B) 238.25º 0.94% 0.43% -
XYZ 2.93 1.34 14.57 -
YUV 19.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 6 9 109 0.94 0.92 0 0.57 238.25 0.9 0.23
Hex 6 9 6D 5E 5C 0 39 EE 5A 17
Octal 6 11 155 136 134 0 71 356 132 27
Binary 110 1001 1101101 1011110 1011100 0 111001 11101110 1011010 10111

Color Harmonies of #06096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06096D

Black with #06096D

Text Example


Text Example

White with #06096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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