#0203C5

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

Shades of Medium Blue #0203C5

Tints of Medium Blue #0203C5

Color information

#0203C5 (or 0x0203C5) is unknown color: approx Medium Blue. HEX triplet: 02, 03 and C5. RGB value is (2,3,197). Sum of RGB (Red+Green+Blue) = 2+3+197=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 197 (77.34% from 255 or 97.52% from 202); Max value from RGB is 197 - color contains mainly: blue. Hex color #0203C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0203C5 is #FDFC3A. Grayscale: #181818. Windows color (decimal): -16645179 or 12911362. OLE color: 12911362.

HSL color Cylindrical-coordinate representation of color #0203C5: hue angle of 239.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0203C5 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB23197-
CMYK0.990.9800.23
HSL239.69º97.99%39.02%-
HSV(B)239.69º98.98%77.25%-
XYZ10.144.1153.08-
YUV24.82225.17111.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 197 (77.34% from 255) = 97.52%
R=0.99%
G=1.49%
B=97.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal231970.990.9800.23239.6997.9939.02
Hex23C56362017f06227
Octal2330514314202736014247
Binary10111100010111000111100010010111111100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0203C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0203C5; }

 p { color: rgb(2,3,197); }

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

<style>
 a { background-color: #0203C5; }

 a { background-color: rgb(2,3,197); }

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

<style>
 span { border-color: #0203C5; }

 span { border-color: rgb(2,3,197); }

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