#0C1CCE

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

Shades of Medium Blue #0C1CCE

Tints of Medium Blue #0C1CCE

Color information

#0C1CCE (or 0x0C1CCE) is unknown color: approx Medium Blue. HEX triplet: 0C, 1C and CE. RGB value is (12,28,206). Sum of RGB (Red+Green+Blue) = 12+28+206=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 28 (11.33% from 255 or 11.38% 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 #0C1CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CCE is #F3E331. Grayscale: #2A2A2A. Windows color (decimal): -15983410 or 13507596. OLE color: 13507596.

HSL color Cylindrical-coordinate representation of color #0C1CCE: hue angle of 235.05º 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 #0C1CCE is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1228206-
CMYK0.940.8600.19
HSL235.05º88.99%42.75%-
HSV(B)235.05º94.17%80.78%-
XYZ11.715.3658.81-
YUV43.51219.7105.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12282060.940.8600.19235.0588.9942.75
HexC1CCE5E56013eb592b
Octal143431613612602335313153
Binary1100111001100111010111101010110010011111010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1CCE; }

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

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

<style>
 a { background-color: #0C1CCE; }

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

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

<style>
 span { border-color: #0C1CCE; }

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

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