Html Css Color HEX #0205C1 Medium Blue

📋 copy color: '#0205C1'

red 2 ◦ green 5 ◦ blue 193

#0205C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0205C1

Tints of Medium Blue #0205C1

RGB

 RED value IS 2 (1.17% from 255) = 1%

 GREEN value IS 5 (2.34% from 255) = 2.5%

 BLUE value IS 193 (75.78% from 255) = 96.5%

R = 1%
G = 2.5%
B = 96.5%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0205C1 (or 0x0205C1) is known color: Medium Blue. HEX triplet: 02, 05 and C1. RGB value is (2,5,193). Sum of RGB (Red+Green+Blue) = 2+5+193=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 193 (75.78% from 255 or 96.5% from 200); Max value from RGB is 193 - color contains mainly: blue. Hex color #0205C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205C1 is #FDFA3E. Grayscale: #181818. Windows color (decimal): -16644671 or 12649730. OLE color: 12649730.

HSL color Cylindrical-coordinate representation of color #0205C1: hue angle of 239.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0205C1 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 5 193 -
CMYK 0.99 0.97 0 0.24
HSL 239.06º 0.98% 0.38% -
HSV(B) 239.06º 0.99% 0.76% -
XYZ 9.7 3.97 50.71 -
YUV 25.54 222.51 111.21 -
System Red Green Blue C M Y K H S L
Decimal 2 5 193 0.99 0.97 0 0.24 239.06 0.98 0.38
Hex 2 5 C1 63 61 0 18 EF 62 26
Octal 2 5 301 143 141 0 30 357 142 46
Binary 10 101 11000001 1100011 1100001 0 11000 11101111 1100010 100110

Color Harmonies of #0205C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205C1

Black with #0205C1

Text Example


Text Example

White with #0205C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0205C1;
 }
 .AnyTagClassName
 {
   color: #0205C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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