Html Css Color HEX #06016D Navy

📋 copy color: '#06016D'

red 6 ◦ green 1 ◦ blue 109

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

Shades of Navy #06016D

Tints of Navy #06016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 5.17%
G = 0.86%
B = 93.97%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06016D (or 0x06016D) is known color: Navy. HEX triplet: 06, 01 and 6D. RGB value is (6,1,109). Sum of RGB (Red+Green+Blue) = 6+1+109=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 109 (42.97% from 255 or 93.97% from 116); Max value from RGB is 109 - color contains mainly: blue. Hex color #06016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06016D is #F9FE92. Grayscale: #0E0E0E. Windows color (decimal): -16383635 or 7143686. OLE color: 7143686.

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

Color convert

RGB 6 1 109 -
CMYK 0.94 0.99 0 0.57
HSL 242.78º 0.98% 0.22% -
HSV(B) 242.78º 0.99% 0.43% -
XYZ 2.85 1.16 14.54 -
YUV 14.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 6 1 109 0.94 0.99 0 0.57 242.78 0.98 0.22
Hex 6 1 6D 5E 63 0 39 F3 62 16
Octal 6 1 155 136 143 0 71 363 142 26
Binary 110 1 1101101 1011110 1100011 0 111001 11110011 1100010 10110

Color Harmonies of #06016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06016D

Black with #06016D

Text Example


Text Example

White with #06016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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