#0D02D2

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

Shades of Medium Blue #0D02D2

Tints of Medium Blue #0D02D2

Color information

#0D02D2 (or 0x0D02D2) is unknown color: approx Medium Blue. HEX triplet: 0D, 02 and D2. RGB value is (13,2,210). Sum of RGB (Red+Green+Blue) = 13+2+210=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 210 (82.42% from 255 or 93.33% from 225); Max value from RGB is 210 - color contains mainly: blue. Hex color #0D02D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02D2 is #F2FD2D. Grayscale: #1C1C1C. Windows color (decimal): -15924526 or 13763085. OLE color: 13763085.

HSL color Cylindrical-coordinate representation of color #0D02D2: hue angle of 243.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02D2 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132210-
CMYK0.940.9900.18
HSL243.17º98.11%41.57%-
HSV(B)243.17º99.05%82.35%-
XYZ11.824.7861.27-
YUV29230.14116.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 210 (82.42% from 255) = 93.33%
R=5.78%
G=0.89%
B=93.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322100.940.9900.18243.1798.1141.57
HexD2D25E63012f3622a
Octal15232213614302236314252
Binary1101101101001010111101100011010010111100111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D02D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D02D2; }

 p { color: rgb(13,2,210); }

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

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

 a { background-color: rgb(13,2,210); }

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

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

 span { border-color: rgb(13,2,210); }

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