#1200ce

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

Shades of Medium Blue #1200CE

Tints of Medium Blue #1200CE

Color information

#1200CE (or 0x1200CE) is unknown color: approx Medium Blue. HEX triplet: 12, 00 and CE. RGB value is (18,0,206). Sum of RGB (Red+Green+Blue) = 18+0+206=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 206 (80.86% from 255 or 91.96% from 224); Max value from RGB is 206 - color contains mainly: blue. Hex color #1200CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200CE is #EDFF31. Grayscale: #1C1C1C. Windows color (decimal): -15597362 or 13500434. OLE color: 13500434.

HSL color Cylindrical-coordinate representation of color #1200CE: hue angle of 245.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200CE is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180206-
CMYK0.91100.19
HSL245.24º100%40.39%-
HSV(B)245.24º100%80.78%-
XYZ11.394.5858.68-
YUV28.87227.96120.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 91.96%
R=8.04%
G=0%
B=91.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802060.91100.19245.2410040.39
Hex120CE5B64013f56428
Octal22031613314402336514450
Binary1001001100111010110111100100010011111101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1200ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1200ce; }

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

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

<style>
 a { background-color: #1200ce; }

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

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

<style>
 span { border-color: #1200ce; }

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

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