#01147C

Color #01147C Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #01147C

Tints of Navy #01147C

Color information

#01147C (or 0x01147C) is unknown color: approx Navy. HEX triplet: 01, 14 and 7C. RGB value is (1,20,124). Sum of RGB (Red+Green+Blue) = 1+20+124=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #01147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01147C is #FEEB83. Grayscale: #191919. Windows color (decimal): -16706436 or 8131585. OLE color: 8131585.

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

Color convert

RGB120124-
CMYK0.990.8400.51
HSL230.73º98.4%24.51%-
HSV(B)230.73º99.19%48.63%-
XYZ3.91.9619.24-
YUV26.17183.21110.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 124 (48.83% from 255) = 85.52%
R=0.69%
G=13.79%
B=85.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201240.990.8400.51230.7398.424.51
Hex1147C6354033e76219
Octal12417414312406334714231
Binary110100111110011000111010100011001111100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01147C;
 }
 .AnyTagClassName
 {
   color: #01147C;
 }
</style>
background-color css

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

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

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

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

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

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