#011272

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

Shades of Navy #011272

Tints of Navy #011272

Color information

#011272 (or 0x011272) is unknown color: approx Navy. HEX triplet: 01, 12 and 72. RGB value is (1,18,114). Sum of RGB (Red+Green+Blue) = 1+18+114=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #011272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011272 is #FEED8D. Grayscale: #171717. Windows color (decimal): -16706958 or 7475713. OLE color: 7475713.

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

Color convert

RGB118114-
CMYK0.990.8400.55
HSL230.97º98.26%22.55%-
HSV(B)230.97º99.12%44.71%-
XYZ3.271.6516.07-
YUV23.86178.87111.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 114 (44.92% from 255) = 85.71%
R=0.75%
G=13.53%
B=85.71%

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
Decimal1181140.990.8400.55230.9798.2622.55
Hex112726354037e76217
Octal12216214312406734714227
Binary110010111001011000111010100011011111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011272; }

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

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

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

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

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

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

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

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