Html Css Color HEX #0511B8 Medium Blue

📋 copy color: '#0511B8'

red 5 ◦ green 17 ◦ blue 184

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

Shades of Medium Blue #0511B8

Tints of Medium Blue #0511B8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 184 (72.27% from 255) = 89.32%

R = 2.43%
G = 8.25%
B = 89.32%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0511B8 (or 0x0511B8) is known color: Medium Blue. HEX triplet: 05, 11 and B8. RGB value is (5,17,184). Sum of RGB (Red+Green+Blue) = 5+17+184=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 184 (72.27% from 255 or 89.32% from 206); Max value from RGB is 184 - color contains mainly: blue. Hex color #0511B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0511B8 is #FAEE47. Grayscale: #1F1F1F. Windows color (decimal): -16445000 or 12062981. OLE color: 12062981.

HSL color Cylindrical-coordinate representation of color #0511B8: hue angle of 235.98º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0511B8 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 17 184 -
CMYK 0.97 0.91 0 0.28
HSL 235.98º 0.95% 0.37% -
HSV(B) 235.98º 0.97% 0.72% -
XYZ 8.91 3.89 45.63 -
YUV 32.45 213.52 108.42 -
System Red Green Blue C M Y K H S L
Decimal 5 17 184 0.97 0.91 0 0.28 235.98 0.95 0.37
Hex 5 11 B8 61 5B 0 1C EC 5F 25
Octal 5 21 270 141 133 0 34 354 137 45
Binary 101 10001 10111000 1100001 1011011 0 11100 11101100 1011111 100101

Color Harmonies of #0511B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0511B8

Black with #0511B8

Text Example


Text Example

White with #0511B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0511B8; }

 p { color: rgb(5,17,184); }

 H1.HeaderClassName
 {
   color: #0511B8;
 }
 .AnyTagClassName
 {
   color: #0511B8;
 }
</style>

background-color css

<style>
 a { background-color: #0511B8; }

 a { background-color: rgb(5,17,184); }

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

border-color css

<style>
 span { border-color: #0511B8; }

 span { border-color: rgb(5,17,184); }

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