Html Css Color HEX #01027D Navy

📋 copy color: '#01027D'

red 1 ◦ green 2 ◦ blue 125

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

Shades of Navy #01027D

Tints of Navy #01027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

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

R = 0.78%
G = 1.56%
B = 97.66%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01027D (or 0x01027D) is known color: Navy. HEX triplet: 01, 02 and 7D. RGB value is (1,2,125). Sum of RGB (Red+Green+Blue) = 1+2+125=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 125 (49.22% from 255 or 97.66% from 128); Max value from RGB is 125 - color contains mainly: blue. Hex color #01027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01027D is #FEFD82. Grayscale: #0F0F0F. Windows color (decimal): -16711043 or 8192513. OLE color: 8192513.

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

Color convert

RGB 1 2 125 -
CMYK 0.99 0.98 0 0.51
HSL 239.52º 0.98% 0.25% -
HSV(B) 239.52º 0.99% 0.49% -
XYZ 3.74 1.53 19.5 -
YUV 15.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 1 2 125 0.99 0.98 0 0.51 239.52 0.98 0.25
Hex 1 2 7D 63 62 0 33 F0 62 19
Octal 1 2 175 143 142 0 63 360 142 31
Binary 1 10 1111101 1100011 1100010 0 110011 11110000 1100010 11001

Color Harmonies of #01027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01027D

Black with #01027D

Text Example


Text Example

White with #01027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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