#151DA3

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

Shades of Egyptian Blue #151DA3

Tints of Egyptian Blue #151DA3

Color information

#151DA3 (or 0x151DA3) is unknown color: approx Egyptian Blue. HEX triplet: 15, 1D and A3. RGB value is (21,29,163). Sum of RGB (Red+Green+Blue) = 21+29+163=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 163 (64.06% from 255 or 76.53% from 213); Max value from RGB is 163 - color contains mainly: blue. Hex color #151DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151DA3 is #EAE25C. Grayscale: #292929. Windows color (decimal): -15393373 or 10689813. OLE color: 10689813.

HSL color Cylindrical-coordinate representation of color #151DA3: hue angle of 236.62º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151DA3 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2129163-
CMYK0.870.8200.36
HSL236.62º77.17%36.08%-
HSV(B)236.62º87.12%63.92%-
XYZ7.363.6834.97-
YUV41.88196.35113.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 163 (64.06% from 255) = 76.53%
R=9.86%
G=13.62%
B=76.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21291630.870.8200.36236.6277.1736.08
Hex151DA35752024ed4d24
Octal253524312712204435511544
Binary101011110110100011101011110100100100100111011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,29,163); }

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

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

 a { background-color: rgb(21,29,163); }

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

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

 span { border-color: rgb(21,29,163); }

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