#0512CC

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

Shades of Medium Blue #0512CC

Tints of Medium Blue #0512CC

Color information

#0512CC (or 0x0512CC) is unknown color: approx Medium Blue. HEX triplet: 05, 12 and CC. RGB value is (5,18,204). Sum of RGB (Red+Green+Blue) = 5+18+204=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 204 (80.08% from 255 or 89.87% from 227); Max value from RGB is 204 - color contains mainly: blue. Hex color #0512CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512CC is #FAED33. Grayscale: #222222. Windows color (decimal): -16444724 or 13373957. OLE color: 13373957.

HSL color Cylindrical-coordinate representation of color #0512CC: hue angle of 236.08º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0512CC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB518204-
CMYK0.980.9100.2
HSL236.08º95.22%40.98%-
HSV(B)236.08º97.55%80%-
XYZ11.184.8257.47-
YUV35.32223.19106.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 204 (80.08% from 255) = 89.87%
R=2.20%
G=7.93%
B=89.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5182040.980.9100.2236.0895.2240.98
Hex512CC625B014ec5f29
Octal52231414213302435413751
Binary101100101100110011000101011011010100111011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0512CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0512CC; }

 p { color: rgb(5,18,204); }

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

<style>
 a { background-color: #0512CC; }

 a { background-color: rgb(5,18,204); }

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

<style>
 span { border-color: #0512CC; }

 span { border-color: rgb(5,18,204); }

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