#0C1ED4

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

Shades of Medium Blue #0C1ED4

Tints of Medium Blue #0C1ED4

Color information

#0C1ED4 (or 0x0C1ED4) is unknown color: approx Medium Blue. HEX triplet: 0C, 1E and D4. RGB value is (12,30,212). Sum of RGB (Red+Green+Blue) = 12+30+212=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 212 (83.20% from 255 or 83.46% from 254); Max value from RGB is 212 - color contains mainly: blue. Hex color #0C1ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1ED4 is #F3E12B. Grayscale: #2C2C2C. Windows color (decimal): -15982892 or 13901324. OLE color: 13901324.

HSL color Cylindrical-coordinate representation of color #0C1ED4: hue angle of 234.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1ED4 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1230212-
CMYK0.940.8600.17
HSL234.6º89.29%43.92%-
HSV(B)234.6º94.34%83.14%-
XYZ12.55.7662.74-
YUV45.37222.04104.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.72%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 212 (83.20% from 255) = 83.46%
R=4.72%
G=11.81%
B=83.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12302120.940.8600.17234.689.2943.92
HexC1ED45E56011eb592c
Octal143632413612602135313154
Binary1100111101101010010111101010110010001111010111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,212); }

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

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

 a { background-color: rgb(12,30,212); }

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

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

 span { border-color: rgb(12,30,212); }

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