#1C0CB9

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

Shades of Medium Blue #1C0CB9

Tints of Medium Blue #1C0CB9

Color information

#1C0CB9 (or 0x1C0CB9) is unknown color: approx Medium Blue. HEX triplet: 1C, 0C and B9. RGB value is (28,12,185). Sum of RGB (Red+Green+Blue) = 28+12+185=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 185 (72.66% from 255 or 82.22% from 225); Max value from RGB is 185 - color contains mainly: blue. Hex color #1C0CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0CB9 is #E3F346. Grayscale: #232323. Windows color (decimal): -14938951 or 12127260. OLE color: 12127260.

HSL color Cylindrical-coordinate representation of color #1C0CB9: hue angle of 245.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0CB9 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2812185-
CMYK0.850.9400.27
HSL245.55º87.82%38.63%-
HSV(B)245.55º93.51%72.55%-
XYZ9.374.0146.18-
YUV36.51211.8121.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 185 (72.66% from 255) = 82.22%
R=12.44%
G=5.33%
B=82.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28121850.850.9400.27245.5587.8238.63
Hex1CCB9555E01Bf65827
Octal341427112513603336613047
Binary1110011001011100110101011011110011011111101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0CB9; }

 p { color: rgb(28,12,185); }

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

<style>
 a { background-color: #1C0CB9; }

 a { background-color: rgb(28,12,185); }

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

<style>
 span { border-color: #1C0CB9; }

 span { border-color: rgb(28,12,185); }

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