#0612DD

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

Shades of Medium Blue #0612DD

Tints of Medium Blue #0612DD

Color information

#0612DD (or 0x0612DD) is unknown color: approx Medium Blue. HEX triplet: 06, 12 and DD. RGB value is (6,18,221). Sum of RGB (Red+Green+Blue) = 6+18+221=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #0612DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0612DD is #F9ED22. Grayscale: #242424. Windows color (decimal): -16379171 or 14488070. OLE color: 14488070.

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

Color convert

RGB618221-
CMYK0.970.9200.13
HSL236.65º94.71%44.51%-
HSV(B)236.65º97.29%86.67%-
XYZ13.345.6968.8-
YUV37.55231.52105.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 221 (86.72% from 255) = 90.20%
R=2.45%
G=7.35%
B=90.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6182210.970.9200.13236.6594.7144.51
Hex612DD615C0Ded5f2d
Octal62233514113401535513755
Binary11010010110111011100001101110001101111011011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0612DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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