#021292

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

Shades of Dark Blue #021292

Tints of Dark Blue #021292

Color information

#021292 (or 0x021292) is unknown color: approx Dark Blue. HEX triplet: 02, 12 and 92. RGB value is (2,18,146). Sum of RGB (Red+Green+Blue) = 2+18+146=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #021292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021292 is #FDED6D. Grayscale: #1B1B1B. Windows color (decimal): -16641390 or 9572866. OLE color: 9572866.

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

Color convert

RGB218146-
CMYK0.990.8800.43
HSL233.33º97.3%29.02%-
HSV(B)233.33º98.63%57.25%-
XYZ5.432.5227.39-
YUV27.81194.7109.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 146 (57.42% from 255) = 87.95%
R=1.20%
G=10.84%
B=87.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2181460.990.8800.43233.3397.329.02
Hex21292635802Be9611d
Octal22222214313005335114135
Binary10100101001001011000111011000010101111101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021292; }

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

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

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

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

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

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

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

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