#020692

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

Shades of Dark Blue #020692

Tints of Dark Blue #020692

Color information

#020692 (or 0x020692) is unknown color: approx Dark Blue. HEX triplet: 02, 06 and 92. RGB value is (2,6,146). Sum of RGB (Red+Green+Blue) = 2+6+146=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 146 (57.42% from 255 or 94.81% from 154); Max value from RGB is 146 - color contains mainly: blue. Hex color #020692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020692 is #FDF96D. Grayscale: #141414. Windows color (decimal): -16644462 or 9569794. OLE color: 9569794.

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

Color convert

RGB26146-
CMYK0.990.9600.43
HSL238.33º97.3%29.02%-
HSV(B)238.33º98.63%57.25%-
XYZ5.282.2227.34-
YUV20.76198.67114.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 146 (57.42% from 255) = 94.81%
R=1.30%
G=3.90%
B=94.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261460.990.9600.43238.3397.329.02
Hex2692636002Bee611d
Octal2622214314005335614135
Binary101101001001011000111100000010101111101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020692; }

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

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

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

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

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

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

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

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