#0205C5

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

Shades of Medium Blue #0205C5

Tints of Medium Blue #0205C5

Color information

#0205C5 (or 0x0205C5) is unknown color: approx Medium Blue. HEX triplet: 02, 05 and C5. RGB value is (2,5,197). Sum of RGB (Red+Green+Blue) = 2+5+197=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 197 (77.34% from 255 or 96.57% from 204); Max value from RGB is 197 - color contains mainly: blue. Hex color #0205C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205C5 is #FDFA3A. Grayscale: #191919. Windows color (decimal): -16644667 or 12911874. OLE color: 12911874.

HSL color Cylindrical-coordinate representation of color #0205C5: hue angle of 239.08º 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 #0205C5 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB25197-
CMYK0.990.9700.23
HSL239.08º97.99%39.02%-
HSV(B)239.08º98.98%77.25%-
XYZ10.164.1553.09-
YUV25.99224.51110.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 197 (77.34% from 255) = 96.57%
R=0.98%
G=2.45%
B=96.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal251970.990.9700.23239.0897.9939.02
Hex25C56361017ef6227
Octal2530514314102735714247
Binary101011100010111000111100001010111111011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0205C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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