#011484

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

Shades of Navy #011484

Tints of Navy #011484

Color information

#011484 (or 0x011484) is unknown color: approx Navy. HEX triplet: 01, 14 and 84. RGB value is (1,20,132). Sum of RGB (Red+Green+Blue) = 1+20+132=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #011484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011484 is #FEEB7B. Grayscale: #1A1A1A. Windows color (decimal): -16706428 or 8655873. OLE color: 8655873.

HSL color Cylindrical-coordinate representation of color #011484: hue angle of 231.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011484 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120132-
CMYK0.990.8500.48
HSL231.3º98.5%26.08%-
HSV(B)231.3º99.24%51.76%-
XYZ4.432.1722.02-
YUV27.09187.21109.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 132 (51.95% from 255) = 86.27%
R=0.65%
G=13.07%
B=86.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201320.990.8500.48231.398.526.08
Hex114846355030e7621a
Octal12420414312506034714232
Binary1101001000010011000111010101011000011100111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011484; }

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

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

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

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

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

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

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

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