Html Css Color HEX #051BC8 Medium Blue

📋 copy color: '#051BC8'

red 5 ◦ green 27 ◦ blue 200

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

Shades of Medium Blue #051BC8

Tints of Medium Blue #051BC8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

 BLUE value IS 200 (78.52% from 255) = 86.21%

R = 2.16%
G = 11.64%
B = 86.21%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#051BC8 (or 0x051BC8) is known color: Medium Blue. HEX triplet: 05, 1B and C8. RGB value is (5,27,200). Sum of RGB (Red+Green+Blue) = 5+27+200=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 200 (78.52% from 255 or 86.21% from 232); Max value from RGB is 200 - color contains mainly: blue. Hex color #051BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BC8 is #FAE437. Grayscale: #272727. Windows color (decimal): -16442424 or 13114117. OLE color: 13114117.

HSL color Cylindrical-coordinate representation of color #051BC8: hue angle of 233.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BC8 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 27 200 -
CMYK 0.98 0.86 0 0.22
HSL 233.23º 0.95% 0.4% -
HSV(B) 233.23º 0.98% 0.78% -
XYZ 10.88 4.99 55.03 -
YUV 40.14 218.21 102.93 -
System Red Green Blue C M Y K H S L
Decimal 5 27 200 0.98 0.86 0 0.22 233.23 0.95 0.4
Hex 5 1B C8 62 56 0 16 E9 5F 28
Octal 5 33 310 142 126 0 26 351 137 50
Binary 101 11011 11001000 1100010 1010110 0 10110 11101001 1011111 101000

Color Harmonies of #051BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BC8

Black with #051BC8

Text Example


Text Example

White with #051BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051BC8; }

 p { color: rgb(5,27,200); }

 H1.HeaderClassName
 {
   color: #051BC8;
 }
 .AnyTagClassName
 {
   color: #051BC8;
 }
</style>

background-color css

<style>
 a { background-color: #051BC8; }

 a { background-color: rgb(5,27,200); }

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

border-color css

<style>
 span { border-color: #051BC8; }

 span { border-color: rgb(5,27,200); }

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