#0c0fcc

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

Shades of Medium Blue #0C0FCC

Tints of Medium Blue #0C0FCC

Color information

#0C0FCC (or 0x0C0FCC) is unknown color: approx Medium Blue. HEX triplet: 0C, 0F and CC. RGB value is (12,15,204). Sum of RGB (Red+Green+Blue) = 12+15+204=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C0FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0FCC is #F3F033. Grayscale: #222222. Windows color (decimal): -15986740 or 13373196. OLE color: 13373196.

HSL color Cylindrical-coordinate representation of color #0C0FCC: hue angle of 239.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0FCC is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1215204-
CMYK0.940.9300.2
HSL239.06º88.89%42.35%-
HSV(B)239.06º94.12%80%-
XYZ11.224.7857.46-
YUV35.65223.01111.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 204 (80.08% from 255) = 88.31%
R=5.19%
G=6.49%
B=88.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12152040.940.9300.2239.0688.8942.35
HexCFCC5E5D014ef592a
Octal141731413613502435713152
Binary110011111100110010111101011101010100111011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c0fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,15,204); }

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

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

 a { background-color: rgb(12,15,204); }

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

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

 span { border-color: rgb(12,15,204); }

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