#021492

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

Shades of Dark Blue #021492

Tints of Dark Blue #021492

Color information

#021492 (or 0x021492) is unknown color: approx Dark Blue. HEX triplet: 02, 14 and 92. RGB value is (2,20,146). Sum of RGB (Red+Green+Blue) = 2+20+146=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 146 (57.42% from 255 or 86.90% from 168); Max value from RGB is 146 - color contains mainly: blue. Hex color #021492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021492 is #FDEB6D. Grayscale: #1C1C1C. Windows color (decimal): -16640878 or 9573378. OLE color: 9573378.

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

Color convert

RGB220146-
CMYK0.990.8600.43
HSL232.5º97.3%29.02%-
HSV(B)232.5º98.63%57.25%-
XYZ5.462.5927.41-
YUV28.98194.04108.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 146 (57.42% from 255) = 86.90%
R=1.19%
G=11.90%
B=86.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2201460.990.8600.43232.597.329.02
Hex21492635602Be8611d
Octal22422214312605335014135
Binary10101001001001011000111010110010101111101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021492; }

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

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

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

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

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

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

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

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