#0002D1

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

Shades of Medium Blue #0002D1

Tints of Medium Blue #0002D1

Color information

#0002D1 (or 0x0002D1) is unknown color: approx Medium Blue. HEX triplet: 00, 02 and D1. RGB value is (0,2,209). Sum of RGB (Red+Green+Blue) = 0+2+209=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 209 (82.03% from 255 or 99.05% from 211); Max value from RGB is 209 - color contains mainly: blue. Hex color #0002D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002D1 is #FFFD2E. Grayscale: #181818. Windows color (decimal): -16776495 or 13697536. OLE color: 13697536.

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

Color convert

RGB02209-
CMYK10.9900.18
HSL239.43º100%40.98%-
HSV(B)239.43º100%81.96%-
XYZ11.534.6560.61-
YUV25231.84110.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 209 (82.03% from 255) = 99.05%
R=0%
G=0.95%
B=99.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal0220910.9900.18239.4310040.98
Hex02D16463012ef6429
Octal0232114414302235714451
Binary0101101000111001001100011010010111011111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0002D1; }

 p { color: rgb(0,2,209); }

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

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

 a { background-color: rgb(0,2,209); }

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

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

 span { border-color: rgb(0,2,209); }

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