Html Css Color HEX #01067D Navy

📋 copy color: '#01067D'

red 1 ◦ green 6 ◦ blue 125

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

Shades of Navy #01067D

Tints of Navy #01067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 94.7%

R = 0.76%
G = 4.55%
B = 94.7%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01067D (or 0x01067D) is known color: Navy. HEX triplet: 01, 06 and 7D. RGB value is (1,6,125). Sum of RGB (Red+Green+Blue) = 1+6+125=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 125 (49.22% from 255 or 94.70% from 132); Max value from RGB is 125 - color contains mainly: blue. Hex color #01067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01067D is #FEF982. Grayscale: #111111. Windows color (decimal): -16710019 or 8193537. OLE color: 8193537.

HSL color Cylindrical-coordinate representation of color #01067D: hue angle of 237.58º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01067D is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 6 125 -
CMYK 0.99 0.95 0 0.51
HSL 237.58º 0.98% 0.25% -
HSV(B) 237.58º 0.99% 0.49% -
XYZ 3.78 1.62 19.52 -
YUV 18.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 1 6 125 0.99 0.95 0 0.51 237.58 0.98 0.25
Hex 1 6 7D 63 5F 0 33 EE 62 19
Octal 1 6 175 143 137 0 63 356 142 31
Binary 1 110 1111101 1100011 1011111 0 110011 11101110 1100010 11001

Color Harmonies of #01067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01067D

Black with #01067D

Text Example


Text Example

White with #01067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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