Html Css Color HEX #0213BD Medium Blue

📋 copy color: '#0213BD'

red 2 ◦ green 19 ◦ blue 189

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

Shades of Medium Blue #0213BD

Tints of Medium Blue #0213BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 189 (74.22% from 255) = 90%

R = 0.95%
G = 9.05%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0213BD (or 0x0213BD) is known color: Medium Blue. HEX triplet: 02, 13 and BD. RGB value is (2,19,189). Sum of RGB (Red+Green+Blue) = 2+19+189=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #0213BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213BD is #FDEC42. Grayscale: #202020. Windows color (decimal): -16641091 or 12391170. OLE color: 12391170.

HSL color Cylindrical-coordinate representation of color #0213BD: hue angle of 234.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0213BD is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 19 189 -
CMYK 0.99 0.90 0 0.26
HSL 234.55º 0.98% 0.37% -
HSV(B) 234.55º 0.99% 0.74% -
XYZ 9.44 4.15 48.45 -
YUV 33.3 215.87 105.68 -
System Red Green Blue C M Y K H S L
Decimal 2 19 189 0.99 0.90 0 0.26 234.55 0.98 0.37
Hex 2 13 BD 63 5A 0 1A EB 62 25
Octal 2 23 275 143 132 0 32 353 142 45
Binary 10 10011 10111101 1100011 1011010 0 11010 11101011 1100010 100101

Color Harmonies of #0213BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0213BD

Black with #0213BD

Text Example


Text Example

White with #0213BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0213BD; }

 p { color: rgb(2,19,189); }

 H1.HeaderClassName
 {
   color: #0213BD;
 }
 .AnyTagClassName
 {
   color: #0213BD;
 }
</style>

background-color css

<style>
 a { background-color: #0213BD; }

 a { background-color: rgb(2,19,189); }

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

border-color css

<style>
 span { border-color: #0213BD; }

 span { border-color: rgb(2,19,189); }

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