Html Css Color HEX #0212BE Medium Blue

📋 copy color: '#0212BE'

red 2 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #0212BE

Tints of Medium Blue #0212BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

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

R = 0.95%
G = 8.57%
B = 90.48%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0212BE (or 0x0212BE) is known color: Medium Blue. HEX triplet: 02, 12 and BE. RGB value is (2,18,190). Sum of RGB (Red+Green+Blue) = 2+18+190=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #0212BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0212BE is #FDED41. Grayscale: #202020. Windows color (decimal): -16641346 or 12456450. OLE color: 12456450.

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

Color convert

RGB 2 18 190 -
CMYK 0.99 0.91 0 0.25
HSL 234.89º 0.98% 0.38% -
HSV(B) 234.89º 0.99% 0.75% -
XYZ 9.54 4.16 49.02 -
YUV 32.82 216.7 106.01 -
System Red Green Blue C M Y K H S L
Decimal 2 18 190 0.99 0.91 0 0.25 234.89 0.98 0.38
Hex 2 12 BE 63 5B 0 19 EB 62 26
Octal 2 22 276 143 133 0 31 353 142 46
Binary 10 10010 10111110 1100011 1011011 0 11001 11101011 1100010 100110

Color Harmonies of #0212BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0212BE

Black with #0212BE

Text Example


Text Example

White with #0212BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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