Html Css Color HEX #0219BF Medium Blue

📋 copy color: '#0219BF'

red 2 ◦ green 25 ◦ blue 191

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

Shades of Medium Blue #0219BF

Tints of Medium Blue #0219BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 191 (75% from 255) = 87.61%

R = 0.92%
G = 11.47%
B = 87.61%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0219BF (or 0x0219BF) is known color: Medium Blue. HEX triplet: 02, 19 and BF. RGB value is (2,25,191). Sum of RGB (Red+Green+Blue) = 2+25+191=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 191 (75% from 255 or 87.61% from 218); Max value from RGB is 191 - color contains mainly: blue. Hex color #0219BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219BF is #FDE640. Grayscale: #242424. Windows color (decimal): -16639553 or 12523778. OLE color: 12523778.

HSL color Cylindrical-coordinate representation of color #0219BF: hue angle of 232.7º 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 #0219BF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 25 191 -
CMYK 0.99 0.87 0 0.25
HSL 232.7º 0.98% 0.38% -
HSV(B) 232.7º 0.99% 0.75% -
XYZ 9.78 4.47 49.64 -
YUV 37.05 214.88 103 -
System Red Green Blue C M Y K H S L
Decimal 2 25 191 0.99 0.87 0 0.25 232.7 0.98 0.38
Hex 2 19 BF 63 57 0 19 E9 62 26
Octal 2 31 277 143 127 0 31 351 142 46
Binary 10 11001 10111111 1100011 1010111 0 11001 11101001 1100010 100110

Color Harmonies of #0219BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0219BF

Black with #0219BF

Text Example


Text Example

White with #0219BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0219BF; }

 p { color: rgb(2,25,191); }

 H1.HeaderClassName
 {
   color: #0219BF;
 }
 .AnyTagClassName
 {
   color: #0219BF;
 }
</style>

background-color css

<style>
 a { background-color: #0219BF; }

 a { background-color: rgb(2,25,191); }

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

border-color css

<style>
 span { border-color: #0219BF; }

 span { border-color: rgb(2,25,191); }

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