#011374

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

Shades of Navy #011374

Tints of Navy #011374

Color information

#011374 (or 0x011374) is unknown color: approx Navy. HEX triplet: 01, 13 and 74. RGB value is (1,19,116). Sum of RGB (Red+Green+Blue) = 1+19+116=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 116 (45.70% from 255 or 85.29% from 136); Max value from RGB is 116 - color contains mainly: blue. Hex color #011374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011374 is #FEEC8B. Grayscale: #181818. Windows color (decimal): -16706700 or 7607041. OLE color: 7607041.

HSL color Cylindrical-coordinate representation of color #011374: hue angle of 230.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011374 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB119116-
CMYK0.990.8400.55
HSL230.61º98.29%22.94%-
HSV(B)230.61º99.14%45.49%-
XYZ3.41.7316.68-
YUV24.68179.54111.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 116 (45.70% from 255) = 85.29%
R=0.74%
G=13.97%
B=85.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1191160.990.8400.55230.6198.2922.94
Hex113746354037e76217
Octal12316414312406734714227
Binary110011111010011000111010100011011111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011374; }

 p { color: rgb(1,19,116); }

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

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

 a { background-color: rgb(1,19,116); }

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

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

 span { border-color: rgb(1,19,116); }

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