#151ACA

Color #151ACA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #151ACA

Tints of Medium Blue #151ACA

Color information

#151ACA (or 0x151ACA) is unknown color: approx Medium Blue. HEX triplet: 15, 1A and CA. RGB value is (21,26,202). Sum of RGB (Red+Green+Blue) = 21+26+202=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #151ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ACA is #EAE535. Grayscale: #2B2B2B. Windows color (decimal): -15394102 or 13244949. OLE color: 13244949.

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

Color convert

RGB2126202-
CMYK0.900.8700.21
HSL238.34º81.17%43.73%-
HSV(B)238.34º89.6%79.22%-
XYZ11.345.1656.28-
YUV44.57216.84111.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=8.43%
G=10.44%
B=81.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21262020.900.8700.21238.3481.1743.73
Hex151ACA5A57015ee512c
Octal253231213212702535612154
Binary10101110101100101010110101010111010101111011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #151ACA;
 }
 .AnyTagClassName
 {
   color: #151ACA;
 }
</style>
background-color css

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

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

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

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

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

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