Html Css Color HEX #01006D Navy

📋 copy color: '#01006D'

red 1 ◦ green 0 ◦ blue 109

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

Shades of Navy #01006D

Tints of Navy #01006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.91%
G = 0%
B = 99.09%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01006D (or 0x01006D) is known color: Navy. HEX triplet: 01, 00 and 6D. RGB value is (1,0,109). Sum of RGB (Red+Green+Blue) = 1+0+109=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 109 (42.97% from 255 or 99.09% from 110); Max value from RGB is 109 - color contains mainly: blue. Hex color #01006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01006D is #FEFF92. Grayscale: #0C0C0C. Windows color (decimal): -16711571 or 7143425. OLE color: 7143425.

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

Color convert

RGB 1 0 109 -
CMYK 0.99 1 0 0.57
HSL 240.55º 1% 0.21% -
HSV(B) 240.55º 1% 0.43% -
XYZ 2.77 1.11 14.54 -
YUV 12.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 1 0 109 0.99 1 0 0.57 240.55 1 0.21
Hex 1 0 6D 63 64 0 39 F1 64 15
Octal 1 0 155 143 144 0 71 361 144 25
Binary 1 0 1101101 1100011 1100100 0 111001 11110001 1100100 10101

Color Harmonies of #01006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01006D

Black with #01006D

Text Example


Text Example

White with #01006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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