Html Css Color HEX #0201BB Medium Blue

📋 copy color: '#0201BB'

red 2 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #0201BB

Tints of Medium Blue #0201BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 187 (73.44% from 255) = 98.42%

R = 1.05%
G = 0.53%
B = 98.42%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0201BB (or 0x0201BB) is known color: Medium Blue. HEX triplet: 02, 01 and BB. RGB value is (2,1,187). Sum of RGB (Red+Green+Blue) = 2+1+187=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 187 (73.44% from 255 or 98.42% from 190); Max value from RGB is 187 - color contains mainly: blue. Hex color #0201BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0201BB is #FDFE44. Grayscale: #151515. Windows color (decimal): -16645701 or 12255490. OLE color: 12255490.

HSL color Cylindrical-coordinate representation of color #0201BB: hue angle of 240.32º degrees, saturation: 0.99, 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 #0201BB is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 1 187 -
CMYK 0.99 0.99 0 0.27
HSL 240.32º 0.99% 0.37% -
HSV(B) 240.32º 0.99% 0.73% -
XYZ 9.01 3.62 47.24 -
YUV 22.5 220.83 113.38 -
System Red Green Blue C M Y K H S L
Decimal 2 1 187 0.99 0.99 0 0.27 240.32 0.99 0.37
Hex 2 1 BB 63 63 0 1B F0 63 25
Octal 2 1 273 143 143 0 33 360 143 45
Binary 10 1 10111011 1100011 1100011 0 11011 11110000 1100011 100101

Color Harmonies of #0201BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0201BB

Black with #0201BB

Text Example


Text Example

White with #0201BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0201BB; }

 p { color: rgb(2,1,187); }

 H1.HeaderClassName
 {
   color: #0201BB;
 }
 .AnyTagClassName
 {
   color: #0201BB;
 }
</style>

background-color css

<style>
 a { background-color: #0201BB; }

 a { background-color: rgb(2,1,187); }

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

border-color css

<style>
 span { border-color: #0201BB; }

 span { border-color: rgb(2,1,187); }

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