#0C03CA

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

Shades of Medium Blue #0C03CA

Tints of Medium Blue #0C03CA

Color information

#0C03CA (or 0x0C03CA) is unknown color: approx Medium Blue. HEX triplet: 0C, 03 and CA. RGB value is (12,3,202). Sum of RGB (Red+Green+Blue) = 12+3+202=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 202 (79.30% from 255 or 93.09% from 217); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C03CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03CA is #F3FC35. Grayscale: #1B1B1B. Windows color (decimal): -15989814 or 13239052. OLE color: 13239052.

HSL color Cylindrical-coordinate representation of color #0C03CA: hue angle of 242.71º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03CA is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123202-
CMYK0.940.9900.21
HSL242.71º97.07%40.2%-
HSV(B)242.71º98.51%79.22%-
XYZ10.844.4156.16-
YUV28.38225.98116.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 202 (79.30% from 255) = 93.09%
R=5.53%
G=1.38%
B=93.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232020.940.9900.21242.7197.0740.2
HexC3CA5E63015f36128
Octal14331213614302536314150
Binary1100111100101010111101100011010101111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,202); }

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

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

 a { background-color: rgb(12,3,202); }

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

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

 span { border-color: rgb(12,3,202); }

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