#0121CA

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

Shades of Medium Blue #0121CA

Tints of Medium Blue #0121CA

Color information

#0121CA (or 0x0121CA) is unknown color: approx Medium Blue. HEX triplet: 01, 21 and CA. RGB value is (1,33,202). Sum of RGB (Red+Green+Blue) = 1+33+202=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 202 (79.30% from 255 or 85.59% from 236); Max value from RGB is 202 - color contains mainly: blue. Hex color #0121CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121CA is #FEDE35. Grayscale: #292929. Windows color (decimal): -16703030 or 13246721. OLE color: 13246721.

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

Color convert

RGB133202-
CMYK1.000.8400.21
HSL230.45º99.01%39.8%-
HSV(B)230.45º99.5%79.22%-
XYZ11.225.3656.32-
YUV42.7217.998.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 202 (79.30% from 255) = 85.59%
R=0.42%
G=13.98%
B=85.59%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021.000.8400.21230.4599.0139.8
Hex121CA6454015e66328
Octal14131214412402534614350
Binary11000011100101011001001010100010101111001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0121CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0121CA; }

 p { color: rgb(1,33,202); }

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

<style>
 a { background-color: #0121CA; }

 a { background-color: rgb(1,33,202); }

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

<style>
 span { border-color: #0121CA; }

 span { border-color: rgb(1,33,202); }

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