Html Css Color HEX #051CCA Medium Blue

📋 copy color: '#051CCA'

red 5 ◦ green 28 ◦ blue 202

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

Shades of Medium Blue #051CCA

Tints of Medium Blue #051CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

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

R = 2.13%
G = 11.91%
B = 85.96%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#051CCA (or 0x051CCA) is known color: Medium Blue. HEX triplet: 05, 1C and CA. RGB value is (5,28,202). Sum of RGB (Red+Green+Blue) = 5+28+202=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 202 (79.30% from 255 or 85.96% from 235); Max value from RGB is 202 - color contains mainly: blue. Hex color #051CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CCA is #FAE335. Grayscale: #282828. Windows color (decimal): -16442166 or 13245445. OLE color: 13245445.

HSL color Cylindrical-coordinate representation of color #051CCA: hue angle of 232.99º 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 #051CCA is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 28 202 -
CMYK 0.98 0.86 0 0.21
HSL 232.99º 0.95% 0.41% -
HSV(B) 232.99º 0.98% 0.79% -
XYZ 11.14 5.13 56.28 -
YUV 40.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 5 28 202 0.98 0.86 0 0.21 232.99 0.95 0.41
Hex 5 1C CA 62 56 0 15 E9 5F 29
Octal 5 34 312 142 126 0 25 351 137 51
Binary 101 11100 11001010 1100010 1010110 0 10101 11101001 1011111 101001

Color Harmonies of #051CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CCA

Black with #051CCA

Text Example


Text Example

White with #051CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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