Html Css Color HEX #051BCC Medium Blue

📋 copy color: '#051BCC'

red 5 ◦ green 27 ◦ blue 204

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

Shades of Medium Blue #051BCC

Tints of Medium Blue #051BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 86.44%

R = 2.12%
G = 11.44%
B = 86.44%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#051BCC (or 0x051BCC) is known color: Medium Blue. HEX triplet: 05, 1B and CC. RGB value is (5,27,204). Sum of RGB (Red+Green+Blue) = 5+27+204=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #051BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BCC is #FAE433. Grayscale: #272727. Windows color (decimal): -16442420 or 13376261. OLE color: 13376261.

HSL color Cylindrical-coordinate representation of color #051BCC: hue angle of 233.37º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BCC is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 27 204 -
CMYK 0.98 0.87 0 0.2
HSL 233.37º 0.95% 0.41% -
HSV(B) 233.37º 0.98% 0.8% -
XYZ 11.35 5.18 57.53 -
YUV 40.6 220.21 102.61 -
System Red Green Blue C M Y K H S L
Decimal 5 27 204 0.98 0.87 0 0.2 233.37 0.95 0.41
Hex 5 1B CC 62 57 0 14 E9 5F 29
Octal 5 33 314 142 127 0 24 351 137 51
Binary 101 11011 11001100 1100010 1010111 0 10100 11101001 1011111 101001

Color Harmonies of #051BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BCC

Black with #051BCC

Text Example


Text Example

White with #051BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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