#0C1AC4

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

Shades of Medium Blue #0C1AC4

Tints of Medium Blue #0C1AC4

Color information

#0C1AC4 (or 0x0C1AC4) is unknown color: approx Medium Blue. HEX triplet: 0C, 1A and C4. RGB value is (12,26,196). Sum of RGB (Red+Green+Blue) = 12+26+196=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 196 (76.95% from 255 or 83.76% from 234); Max value from RGB is 196 - color contains mainly: blue. Hex color #0C1AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1AC4 is #F3E53B. Grayscale: #282828. Windows color (decimal): -15983932 or 12851724. OLE color: 12851724.

HSL color Cylindrical-coordinate representation of color #0C1AC4: hue angle of 235.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1AC4 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1226196-
CMYK0.940.8700.23
HSL235.43º88.46%40.78%-
HSV(B)235.43º93.88%76.86%-
XYZ10.484.852.6-
YUV41.19215.36107.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 196 (76.95% from 255) = 83.76%
R=5.13%
G=11.11%
B=83.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12261960.940.8700.23235.4388.4640.78
HexC1AC45E57017eb5829
Octal143230413612702735313051
Binary1100110101100010010111101010111010111111010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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