#1c0cce

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

Shades of Medium Blue #1C0CCE

Tints of Medium Blue #1C0CCE

Color information

#1C0CCE (or 0x1C0CCE) is unknown color: approx Medium Blue. HEX triplet: 1C, 0C and CE. RGB value is (28,12,206). Sum of RGB (Red+Green+Blue) = 28+12+206=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0CCE is #E3F331. Grayscale: #262626. Windows color (decimal): -14938930 or 13503516. OLE color: 13503516.

HSL color Cylindrical-coordinate representation of color #1C0CCE: hue angle of 244.95º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0CCE is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2812206-
CMYK0.860.9400.19
HSL244.95º88.99%42.75%-
HSV(B)244.95º94.17%80.78%-
XYZ11.754.9758.73-
YUV38.9222.3120.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 206 (80.86% from 255) = 83.74%
R=11.38%
G=4.88%
B=83.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28122060.860.9400.19244.9588.9942.75
Hex1CCCE565E013f5592b
Octal341431612613602336513153
Binary1110011001100111010101101011110010011111101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c0cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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