#0C12C1

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

Shades of Medium Blue #0C12C1

Tints of Medium Blue #0C12C1

Color information

#0C12C1 (or 0x0C12C1) is unknown color: approx Medium Blue. HEX triplet: 0C, 12 and C1. RGB value is (12,18,193). Sum of RGB (Red+Green+Blue) = 12+18+193=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 193 (75.78% from 255 or 86.55% from 223); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C12C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C12C1 is #F3ED3E. Grayscale: #232323. Windows color (decimal): -15985983 or 12653068. OLE color: 12653068.

HSL color Cylindrical-coordinate representation of color #0C12C1: hue angle of 238.01º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C12C1 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1218193-
CMYK0.940.9100.24
HSL238.01º88.29%40.2%-
HSV(B)238.01º93.78%75.69%-
XYZ9.994.3650.77-
YUV36.16216.51110.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 193 (75.78% from 255) = 86.55%
R=5.38%
G=8.07%
B=86.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12181930.940.9100.24238.0188.2940.2
HexC12C15E5B018ee5828
Octal142230113613303035613050
Binary1100100101100000110111101011011011000111011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C12C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,193); }

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

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

 a { background-color: rgb(12,18,193); }

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

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

 span { border-color: rgb(12,18,193); }

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