Html Css Color HEX #151AC5 Medium Blue

📋 copy color: '#151AC5'

red 21 ◦ green 26 ◦ blue 197

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

Shades of Medium Blue #151AC5

Tints of Medium Blue #151AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 80.74%

R = 8.61%
G = 10.66%
B = 80.74%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#151AC5 (or 0x151AC5) is known color: Medium Blue. HEX triplet: 15, 1A and C5. RGB value is (21,26,197). Sum of RGB (Red+Green+Blue) = 21+26+197=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 197 (77.34% from 255 or 80.74% from 244); Max value from RGB is 197 - color contains mainly: blue. Hex color #151AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AC5 is #EAE53A. Grayscale: #2B2B2B. Windows color (decimal): -15394107 or 12917269. OLE color: 12917269.

HSL color Cylindrical-coordinate representation of color #151AC5: hue angle of 238.3º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151AC5 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 21 26 197 -
CMYK 0.89 0.87 0 0.23
HSL 238.3º 0.81% 0.43% -
HSV(B) 238.3º 0.89% 0.77% -
XYZ 10.76 4.93 53.21 -
YUV 44 214.34 111.6 -
System Red Green Blue C M Y K H S L
Decimal 21 26 197 0.89 0.87 0 0.23 238.3 0.81 0.43
Hex 15 1A C5 59 57 0 17 EE 51 2B
Octal 25 32 305 131 127 0 27 356 121 53
Binary 10101 11010 11000101 1011001 1010111 0 10111 11101110 1010001 101011

Color Harmonies of #151AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AC5

Black with #151AC5

Text Example


Text Example

White with #151AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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