#001292

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

Shades of Dark Blue #001292

Tints of Dark Blue #001292

Color information

#001292 (or 0x001292) is unknown color: approx Dark Blue. HEX triplet: 00, 12 and 92. RGB value is (0,18,146). Sum of RGB (Red+Green+Blue) = 0+18+146=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #001292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001292 is #FFED6D. Grayscale: #1A1A1A. Windows color (decimal): -16772462 or 9572864. OLE color: 9572864.

HSL color Cylindrical-coordinate representation of color #001292: hue angle of 232.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001292 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB018146-
CMYK10.8800.43
HSL232.6º100%28.63%-
HSV(B)232.6º100%57.25%-
XYZ5.42.5127.39-
YUV27.21195.04108.59-

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) = 10.98%
BLUE value IS 146 (57.42% from 255) = 89.02%
R=0%
G=10.98%
B=89.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal01814610.8800.43232.610028.63
Hex01292645802Be9641d
Octal02222214413005335114435
Binary0100101001001011001001011000010101111101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001292; }

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

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

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

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

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

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

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

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