Html Css Color HEX #151ACE Medium Blue

📋 copy color: '#151ACE'

red 21 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #151ACE

Tints of Medium Blue #151ACE

RGB

 RED value IS 21 (8.59% from 255) = 8.3%

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

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

R = 8.3%
G = 10.28%
B = 81.42%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#151ACE (or 0x151ACE) is known color: Medium Blue. HEX triplet: 15, 1A and CE. RGB value is (21,26,206). Sum of RGB (Red+Green+Blue) = 21+26+206=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #151ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ACE is #EAE531. Grayscale: #2C2C2C. Windows color (decimal): -15394098 or 13507093. OLE color: 13507093.

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

Color convert

RGB 21 26 206 -
CMYK 0.90 0.87 0 0.19
HSL 238.38º 0.81% 0.45% -
HSV(B) 238.38º 0.9% 0.81% -
XYZ 11.82 5.35 58.8 -
YUV 45.03 218.84 110.86 -
System Red Green Blue C M Y K H S L
Decimal 21 26 206 0.90 0.87 0 0.19 238.38 0.81 0.45
Hex 15 1A CE 5A 57 0 13 EE 51 2D
Octal 25 32 316 132 127 0 23 356 121 55
Binary 10101 11010 11001110 1011010 1010111 0 10011 11101110 1010001 101101

Color Harmonies of #151ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ACE

Black with #151ACE

Text Example


Text Example

White with #151ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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