Html Css Color HEX #01007D Navy

📋 copy color: '#01007D'

red 1 ◦ green 0 ◦ blue 125

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

Shades of Navy #01007D

Tints of Navy #01007D

RGB

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

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

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

R = 0.79%
G = 0%
B = 99.21%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01007D (or 0x01007D) is known color: Navy. HEX triplet: 01, 00 and 7D. RGB value is (1,0,125). Sum of RGB (Red+Green+Blue) = 1+0+125=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 125 (49.22% from 255 or 99.21% from 126); Max value from RGB is 125 - color contains mainly: blue. Hex color #01007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01007D is #FEFF82. Grayscale: #0E0E0E. Windows color (decimal): -16711555 or 8192001. OLE color: 8192001.

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

Color convert

RGB 1 0 125 -
CMYK 0.99 1 0 0.51
HSL 240.48º 1% 0.25% -
HSV(B) 240.48º 1% 0.49% -
XYZ 3.71 1.49 19.49 -
YUV 14.55 190.33 118.34 -
System Red Green Blue C M Y K H S L
Decimal 1 0 125 0.99 1 0 0.51 240.48 1 0.25
Hex 1 0 7D 63 64 0 33 F0 64 19
Octal 1 0 175 143 144 0 63 360 144 31
Binary 1 0 1111101 1100011 1100100 0 110011 11110000 1100100 11001

Color Harmonies of #01007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01007D

Black with #01007D

Text Example


Text Example

White with #01007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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