Html Css Color HEX #06046B Navy

📋 copy color: '#06046B'

red 6 ◦ green 4 ◦ blue 107

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

Shades of Navy #06046B

Tints of Navy #06046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 107 (42.19% from 255) = 91.45%

R = 5.13%
G = 3.42%
B = 91.45%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06046B (or 0x06046B) is known color: Navy. HEX triplet: 06, 04 and 6B. RGB value is (6,4,107). Sum of RGB (Red+Green+Blue) = 6+4+107=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 107 (42.19% from 255 or 91.45% from 117); Max value from RGB is 107 - color contains mainly: blue. Hex color #06046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06046B is #F9FB94. Grayscale: #0F0F0F. Windows color (decimal): -16382869 or 7013382. OLE color: 7013382.

HSL color Cylindrical-coordinate representation of color #06046B: hue angle of 241.17º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06046B is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 4 107 -
CMYK 0.94 0.96 0 0.58
HSL 241.17º 0.93% 0.22% -
HSV(B) 241.17º 0.96% 0.42% -
XYZ 2.77 1.19 13.99 -
YUV 16.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 6 4 107 0.94 0.96 0 0.58 241.17 0.93 0.22
Hex 6 4 6B 5E 60 0 3A F1 5D 16
Octal 6 4 153 136 140 0 72 361 135 26
Binary 110 100 1101011 1011110 1100000 0 111010 11110001 1011101 10110

Color Harmonies of #06046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06046B

Black with #06046B

Text Example


Text Example

White with #06046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06046B; }

 p { color: rgb(6,4,107); }

 H1.HeaderClassName
 {
   color: #06046B;
 }
 .AnyTagClassName
 {
   color: #06046B;
 }
</style>

background-color css

<style>
 a { background-color: #06046B; }

 a { background-color: rgb(6,4,107); }

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

border-color css

<style>
 span { border-color: #06046B; }

 span { border-color: rgb(6,4,107); }

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