#0012DD

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

Shades of Medium Blue #0012DD

Tints of Medium Blue #0012DD

Color information

#0012DD (or 0x0012DD) is unknown color: approx Medium Blue. HEX triplet: 00, 12 and DD. RGB value is (0,18,221). Sum of RGB (Red+Green+Blue) = 0+18+221=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #0012DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012DD is #FFED22. Grayscale: #222222. Windows color (decimal): -16772387 or 14488064. OLE color: 14488064.

HSL color Cylindrical-coordinate representation of color #0012DD: hue angle of 235.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012DD is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB018221-
CMYK10.9200.13
HSL235.11º100%43.33%-
HSV(B)235.11º100%86.67%-
XYZ13.275.6568.8-
YUV35.76232.54102.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 221 (86.72% from 255) = 92.47%
R=0%
G=7.53%
B=92.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal01822110.9200.13235.1110043.33
Hex012DD645C0Deb642b
Octal02233514413401535314453
Binary010010110111011100100101110001101111010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0012DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0012DD; }

 p { color: rgb(0,18,221); }

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

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

 a { background-color: rgb(0,18,221); }

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

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

 span { border-color: rgb(0,18,221); }

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