#0C1AC8

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

Shades of Medium Blue #0C1AC8

Tints of Medium Blue #0C1AC8

Color information

#0C1AC8 (or 0x0C1AC8) is unknown color: approx Medium Blue. HEX triplet: 0C, 1A and C8. RGB value is (12,26,200). Sum of RGB (Red+Green+Blue) = 12+26+200=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 200 (78.52% from 255 or 84.03% from 238); Max value from RGB is 200 - color contains mainly: blue. Hex color #0C1AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1AC8 is #F3E537. Grayscale: #282828. Windows color (decimal): -15983928 or 13113868. OLE color: 13113868.

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

Color convert

RGB1226200-
CMYK0.940.8700.22
HSL235.53º88.68%41.57%-
HSV(B)235.53º94%78.43%-
XYZ10.954.9955.03-
YUV41.65217.36106.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 200 (78.52% from 255) = 84.03%
R=5.04%
G=10.92%
B=84.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12262000.940.8700.22235.5388.6841.57
HexC1AC85E57016ec592a
Octal143231013612702635413152
Binary1100110101100100010111101010111010110111011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,26,200); }

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

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

 a { background-color: rgb(12,26,200); }

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

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

 span { border-color: rgb(12,26,200); }

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