Html Css Color HEX #051BCA Medium Blue

📋 copy color: '#051BCA'

red 5 ◦ green 27 ◦ blue 202

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

Shades of Medium Blue #051BCA

Tints of Medium Blue #051BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 86.32%

R = 2.14%
G = 11.54%
B = 86.32%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#051BCA (or 0x051BCA) is known color: Medium Blue. HEX triplet: 05, 1B and CA. RGB value is (5,27,202). Sum of RGB (Red+Green+Blue) = 5+27+202=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 202 (79.30% from 255 or 86.32% from 234); Max value from RGB is 202 - color contains mainly: blue. Hex color #051BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BCA is #FAE435. Grayscale: #272727. Windows color (decimal): -16442422 or 13245189. OLE color: 13245189.

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

Color convert

RGB 5 27 202 -
CMYK 0.98 0.87 0 0.21
HSL 233.3º 0.95% 0.41% -
HSV(B) 233.3º 0.98% 0.79% -
XYZ 11.12 5.08 56.27 -
YUV 40.37 219.21 102.77 -
System Red Green Blue C M Y K H S L
Decimal 5 27 202 0.98 0.87 0 0.21 233.3 0.95 0.41
Hex 5 1B CA 62 57 0 15 E9 5F 29
Octal 5 33 312 142 127 0 25 351 137 51
Binary 101 11011 11001010 1100010 1010111 0 10101 11101001 1011111 101001

Color Harmonies of #051BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BCA

Black with #051BCA

Text Example


Text Example

White with #051BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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