#001282

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

Shades of Navy #001282

Tints of Navy #001282

Color information

#001282 (or 0x001282) is unknown color: approx Navy. HEX triplet: 00, 12 and 82. RGB value is (0,18,130). Sum of RGB (Red+Green+Blue) = 0+18+130=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #001282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001282 is #FFED7D. Grayscale: #181818. Windows color (decimal): -16772478 or 8524288. OLE color: 8524288.

HSL color Cylindrical-coordinate representation of color #001282: hue angle of 231.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001282 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB018130-
CMYK10.8600.49
HSL231.69º100%25.49%-
HSV(B)231.69º100%50.98%-
XYZ4.252.0421.29-
YUV25.39187.04109.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 130 (51.17% from 255) = 87.84%
R=0%
G=12.16%
B=87.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01813010.8600.49231.6910025.49
Hex012826456031e86419
Octal02220214412606135014431
Binary0100101000001011001001010110011000111101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001282; }

 p { color: rgb(0,18,130); }

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

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

 a { background-color: rgb(0,18,130); }

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

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

 span { border-color: rgb(0,18,130); }

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