#02068D

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

Shades of Dark Blue #02068D

Tints of Dark Blue #02068D

Color information

#02068D (or 0x02068D) is unknown color: approx Dark Blue. HEX triplet: 02, 06 and 8D. RGB value is (2,6,141). Sum of RGB (Red+Green+Blue) = 2+6+141=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 141 (55.47% from 255 or 94.63% from 149); Max value from RGB is 141 - color contains mainly: blue. Hex color #02068D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02068D is #FDF972. Grayscale: #131313. Windows color (decimal): -16644467 or 9242114. OLE color: 9242114.

HSL color Cylindrical-coordinate representation of color #02068D: hue angle of 238.27º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02068D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB26141-
CMYK0.990.9600.45
HSL238.27º97.2%28.04%-
HSV(B)238.27º98.58%55.29%-
XYZ4.92.0725.34-
YUV20.19196.17115.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 141 (55.47% from 255) = 94.63%
R=1.34%
G=4.03%
B=94.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261410.990.9600.45238.2797.228.04
Hex268D636002Dee611c
Octal2621514314005535614134
Binary101101000110111000111100000010110111101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02068D; }

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

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

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

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

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

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

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

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