Html Css Color HEX #01066D Navy

📋 copy color: '#01066D'

red 1 ◦ green 6 ◦ blue 109

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

Shades of Navy #01066D

Tints of Navy #01066D

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01066D (or 0x01066D) is known color: Navy. HEX triplet: 01, 06 and 6D. RGB value is (1,6,109). Sum of RGB (Red+Green+Blue) = 1+6+109=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 6 (2.73% from 255 or 5.17% 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 #01066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01066D is #FEF992. Grayscale: #0F0F0F. Windows color (decimal): -16710035 or 7144961. OLE color: 7144961.

HSL color Cylindrical-coordinate representation of color #01066D: hue angle of 237.22º 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 #01066D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 6 109 -
CMYK 0.99 0.94 0 0.57
HSL 237.22º 0.98% 0.22% -
HSV(B) 237.22º 0.99% 0.43% -
XYZ 2.84 1.24 14.56 -
YUV 16.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 1 6 109 0.99 0.94 0 0.57 237.22 0.98 0.22
Hex 1 6 6D 63 5E 0 39 ED 62 16
Octal 1 6 155 143 136 0 71 355 142 26
Binary 1 110 1101101 1100011 1011110 0 111001 11101101 1100010 10110

Color Harmonies of #01066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01066D

Black with #01066D

Text Example


Text Example

White with #01066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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