Html Css Color HEX #0200BE Medium Blue

📋 copy color: '#0200BE'

red 2 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #0200BE

Tints of Medium Blue #0200BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.04%
G = 0%
B = 98.96%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0200BE (or 0x0200BE) is known color: Medium Blue. HEX triplet: 02, 00 and BE. RGB value is (2,0,190). Sum of RGB (Red+Green+Blue) = 2+0+190=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 190 (74.61% from 255 or 98.96% from 192); Max value from RGB is 190 - color contains mainly: blue. Hex color #0200BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200BE is #FDFF41. Grayscale: #151515. Windows color (decimal): -16645954 or 12451842. OLE color: 12451842.

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

Color convert

RGB 2 0 190 -
CMYK 0.99 1 0 0.25
HSL 240.63º 1% 0.37% -
HSV(B) 240.63º 1% 0.75% -
XYZ 9.32 3.73 48.94 -
YUV 22.26 222.66 113.55 -
System Red Green Blue C M Y K H S L
Decimal 2 0 190 0.99 1 0 0.25 240.63 1 0.37
Hex 2 0 BE 63 64 0 19 F1 64 25
Octal 2 0 276 143 144 0 31 361 144 45
Binary 10 0 10111110 1100011 1100100 0 11001 11110001 1100100 100101

Color Harmonies of #0200BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200BE

Black with #0200BE

Text Example


Text Example

White with #0200BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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