#020192

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

Shades of Dark Blue #020192

Tints of Dark Blue #020192

Color information

#020192 (or 0x020192) is unknown color: approx Dark Blue. HEX triplet: 02, 01 and 92. RGB value is (2,1,146). Sum of RGB (Red+Green+Blue) = 2+1+146=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 146 (57.42% from 255 or 97.99% from 149); Max value from RGB is 146 - color contains mainly: blue. Hex color #020192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020192 is #FDFE6D. Grayscale: #111111. Windows color (decimal): -16645742 or 9568514. OLE color: 9568514.

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

Color convert

RGB21146-
CMYK0.990.9900.43
HSL240.41º98.64%28.82%-
HSV(B)240.41º99.32%57.25%-
XYZ5.222.1127.33-
YUV17.83200.33116.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 146 (57.42% from 255) = 97.99%
R=1.34%
G=0.67%
B=97.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211460.990.9900.43240.4198.6428.82
Hex2192636302Bf0631d
Octal2122214314305336014335
Binary1011001001011000111100011010101111110000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020192; }

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

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

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

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

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

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

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

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