Html Css Color HEX #0213BE Medium Blue

📋 copy color: '#0213BE'

red 2 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #0213BE

Tints of Medium Blue #0213BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.05%

R = 0.95%
G = 9%
B = 90.05%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0213BE (or 0x0213BE) is known color: Medium Blue. HEX triplet: 02, 13 and BE. RGB value is (2,19,190). Sum of RGB (Red+Green+Blue) = 2+19+190=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #0213BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213BE is #FDEC41. Grayscale: #202020. Windows color (decimal): -16641090 or 12456706. OLE color: 12456706.

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

Color convert

RGB 2 19 190 -
CMYK 0.99 0.90 0 0.25
HSL 234.57º 0.98% 0.38% -
HSV(B) 234.57º 0.99% 0.75% -
XYZ 9.55 4.2 49.02 -
YUV 33.41 216.37 105.6 -
System Red Green Blue C M Y K H S L
Decimal 2 19 190 0.99 0.90 0 0.25 234.57 0.98 0.38
Hex 2 13 BE 63 5A 0 19 EB 62 26
Octal 2 23 276 143 132 0 31 353 142 46
Binary 10 10011 10111110 1100011 1011010 0 11001 11101011 1100010 100110

Color Harmonies of #0213BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0213BE

Black with #0213BE

Text Example


Text Example

White with #0213BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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