Html Css Color HEX #01027C Navy

📋 copy color: '#01027C'

red 1 ◦ green 2 ◦ blue 124

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

Shades of Navy #01027C

Tints of Navy #01027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 97.64%

R = 0.79%
G = 1.57%
B = 97.64%

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

#01027C (or 0x01027C) is known color: Navy. HEX triplet: 01, 02 and 7C. RGB value is (1,2,124). Sum of RGB (Red+Green+Blue) = 1+2+124=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 124 (48.83% from 255 or 97.64% from 127); Max value from RGB is 124 - color contains mainly: blue. Hex color #01027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01027C is #FEFD83. Grayscale: #0F0F0F. Windows color (decimal): -16711044 or 8126977. OLE color: 8126977.

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

Color convert

RGB 1 2 124 -
CMYK 0.99 0.98 0 0.51
HSL 239.51º 0.98% 0.25% -
HSV(B) 239.51º 0.99% 0.49% -
XYZ 3.67 1.51 19.17 -
YUV 15.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 1 2 124 0.99 0.98 0 0.51 239.51 0.98 0.25
Hex 1 2 7C 63 62 0 33 F0 62 19
Octal 1 2 174 143 142 0 63 360 142 31
Binary 1 10 1111100 1100011 1100010 0 110011 11110000 1100010 11001

Color Harmonies of #01027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01027C

Black with #01027C

Text Example


Text Example

White with #01027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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