Html Css Color HEX #051ACE Medium Blue

📋 copy color: '#051ACE'

red 5 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #051ACE

Tints of Medium Blue #051ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.97%

 BLUE value IS 206 (80.86% from 255) = 86.92%

R = 2.11%
G = 10.97%
B = 86.92%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#051ACE (or 0x051ACE) is known color: Medium Blue. HEX triplet: 05, 1A and CE. RGB value is (5,26,206). Sum of RGB (Red+Green+Blue) = 5+26+206=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #051ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ACE is #FAE531. Grayscale: #272727. Windows color (decimal): -16442674 or 13507077. OLE color: 13507077.

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

Color convert

RGB 5 26 206 -
CMYK 0.98 0.87 0 0.19
HSL 233.73º 0.95% 0.41% -
HSV(B) 233.73º 0.98% 0.81% -
XYZ 11.57 5.23 58.79 -
YUV 40.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 5 26 206 0.98 0.87 0 0.19 233.73 0.95 0.41
Hex 5 1A CE 62 57 0 13 EA 5F 29
Octal 5 32 316 142 127 0 23 352 137 51
Binary 101 11010 11001110 1100010 1010111 0 10011 11101010 1011111 101001

Color Harmonies of #051ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051ACE

Black with #051ACE

Text Example


Text Example

White with #051ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,26,206); }

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

background-color css

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

 a { background-color: rgb(5,26,206); }

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

border-color css

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

 span { border-color: rgb(5,26,206); }

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