Html Css Color HEX #0215BA Medium Blue

📋 copy color: '#0215BA'

red 2 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #0215BA

Tints of Medium Blue #0215BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 186 (73.05% from 255) = 89%

R = 0.96%
G = 10.05%
B = 89%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0215BA (or 0x0215BA) is known color: Medium Blue. HEX triplet: 02, 15 and BA. RGB value is (2,21,186). Sum of RGB (Red+Green+Blue) = 2+21+186=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0215BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215BA is #FDEA45. Grayscale: #212121. Windows color (decimal): -16640582 or 12195074. OLE color: 12195074.

HSL color Cylindrical-coordinate representation of color #0215BA: hue angle of 233.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215BA is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 21 186 -
CMYK 0.99 0.89 0 0.27
HSL 233.8º 0.98% 0.37% -
HSV(B) 233.8º 0.99% 0.73% -
XYZ 9.16 4.09 46.76 -
YUV 34.13 213.71 105.08 -
System Red Green Blue C M Y K H S L
Decimal 2 21 186 0.99 0.89 0 0.27 233.8 0.98 0.37
Hex 2 15 BA 63 59 0 1B EA 62 25
Octal 2 25 272 143 131 0 33 352 142 45
Binary 10 10101 10111010 1100011 1011001 0 11011 11101010 1100010 100101

Color Harmonies of #0215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215BA

Black with #0215BA

Text Example


Text Example

White with #0215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0215BA; }

 p { color: rgb(2,21,186); }

 H1.HeaderClassName
 {
   color: #0215BA;
 }
 .AnyTagClassName
 {
   color: #0215BA;
 }
</style>

background-color css

<style>
 a { background-color: #0215BA; }

 a { background-color: rgb(2,21,186); }

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

border-color css

<style>
 span { border-color: #0215BA; }

 span { border-color: rgb(2,21,186); }

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