Html Css Color HEX #0506BE Medium Blue

📋 copy color: '#0506BE'

red 5 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #0506BE

Tints of Medium Blue #0506BE

RGB

 RED value IS 5 (2.34% from 255) = 2.49%

 GREEN value IS 6 (2.73% from 255) = 2.99%

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

R = 2.49%
G = 2.99%
B = 94.53%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0506BE (or 0x0506BE) is known color: Medium Blue. HEX triplet: 05, 06 and BE. RGB value is (5,6,190). Sum of RGB (Red+Green+Blue) = 5+6+190=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 190 (74.61% from 255 or 94.53% from 201); Max value from RGB is 190 - color contains mainly: blue. Hex color #0506BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0506BE is #FAF941. Grayscale: #191919. Windows color (decimal): -16447810 or 12453381. OLE color: 12453381.

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

Color convert

RGB 5 6 190 -
CMYK 0.97 0.97 0 0.25
HSL 239.68º 0.95% 0.38% -
HSV(B) 239.68º 0.97% 0.75% -
XYZ 9.42 3.88 48.97 -
YUV 26.68 220.17 112.54 -
System Red Green Blue C M Y K H S L
Decimal 5 6 190 0.97 0.97 0 0.25 239.68 0.95 0.38
Hex 5 6 BE 61 61 0 19 F0 5F 26
Octal 5 6 276 141 141 0 31 360 137 46
Binary 101 110 10111110 1100001 1100001 0 11001 11110000 1011111 100110

Color Harmonies of #0506BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0506BE

Black with #0506BE

Text Example


Text Example

White with #0506BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,6,190); }

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

background-color css

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

 a { background-color: rgb(5,6,190); }

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

border-color css

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

 span { border-color: rgb(5,6,190); }

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