Html Css Color HEX #06046D Navy

📋 copy color: '#06046D'

red 6 ◦ green 4 ◦ blue 109

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

Shades of Navy #06046D

Tints of Navy #06046D

RGB

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

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

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

R = 5.04%
G = 3.36%
B = 91.6%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06046D (or 0x06046D) is known color: Navy. HEX triplet: 06, 04 and 6D. RGB value is (6,4,109). Sum of RGB (Red+Green+Blue) = 6+4+109=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #06046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06046D is #F9FB92. Grayscale: #101010. Windows color (decimal): -16382867 or 7144454. OLE color: 7144454.

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

Color convert

RGB 6 4 109 -
CMYK 0.94 0.96 0 0.57
HSL 241.14º 0.93% 0.22% -
HSV(B) 241.14º 0.96% 0.43% -
XYZ 2.88 1.23 14.55 -
YUV 16.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 6 4 109 0.94 0.96 0 0.57 241.14 0.93 0.22
Hex 6 4 6D 5E 60 0 39 F1 5D 16
Octal 6 4 155 136 140 0 71 361 135 26
Binary 110 100 1101101 1011110 1100000 0 111001 11110001 1011101 10110

Color Harmonies of #06046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06046D

Black with #06046D

Text Example


Text Example

White with #06046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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