Html Css Color HEX #01127C Navy

📋 copy color: '#01127C'

red 1 ◦ green 18 ◦ blue 124

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

Shades of Navy #01127C

Tints of Navy #01127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 0.7%
G = 12.59%
B = 86.71%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01127C (or 0x01127C) is known color: Navy. HEX triplet: 01, 12 and 7C. RGB value is (1,18,124). Sum of RGB (Red+Green+Blue) = 1+18+124=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #01127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01127C is #FEED83. Grayscale: #181818. Windows color (decimal): -16706948 or 8131073. OLE color: 8131073.

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

Color convert

RGB 1 18 124 -
CMYK 0.99 0.85 0 0.51
HSL 231.71º 0.98% 0.25% -
HSV(B) 231.71º 0.99% 0.49% -
XYZ 3.87 1.89 19.23 -
YUV 25 183.87 110.88 -
System Red Green Blue C M Y K H S L
Decimal 1 18 124 0.99 0.85 0 0.51 231.71 0.98 0.25
Hex 1 12 7C 63 55 0 33 E8 62 19
Octal 1 22 174 143 125 0 63 350 142 31
Binary 1 10010 1111100 1100011 1010101 0 110011 11101000 1100010 11001

Color Harmonies of #01127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01127C

Black with #01127C

Text Example


Text Example

White with #01127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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