#0C1AD2

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

Shades of Medium Blue #0C1AD2

Tints of Medium Blue #0C1AD2

Color information

#0C1AD2 (or 0x0C1AD2) is unknown color: approx Medium Blue. HEX triplet: 0C, 1A and D2. RGB value is (12,26,210). Sum of RGB (Red+Green+Blue) = 12+26+210=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 210 (82.42% from 255 or 84.68% from 248); Max value from RGB is 210 - color contains mainly: blue. Hex color #0C1AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1AD2 is #F3E52D. Grayscale: #2A2A2A. Windows color (decimal): -15983918 or 13769228. OLE color: 13769228.

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

Color convert

RGB1226210-
CMYK0.940.8800.18
HSL235.76º89.19%43.53%-
HSV(B)235.76º94.29%82.35%-
XYZ12.155.4761.39-
YUV42.79222.36106.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 210 (82.42% from 255) = 84.68%
R=4.84%
G=10.48%
B=84.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12262100.940.8800.18235.7689.1943.53
HexC1AD25E58012ec592c
Octal143232213613002235413154
Binary1100110101101001010111101011000010010111011001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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