#151CAD

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

Shades of Egyptian Blue #151CAD

Tints of Egyptian Blue #151CAD

Color information

#151CAD (or 0x151CAD) is unknown color: approx Egyptian Blue. HEX triplet: 15, 1C and AD. RGB value is (21,28,173). Sum of RGB (Red+Green+Blue) = 21+28+173=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #151CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151CAD is #EAE352. Grayscale: #292929. Windows color (decimal): -15393619 or 11344917. OLE color: 11344917.

HSL color Cylindrical-coordinate representation of color #151CAD: hue angle of 237.24º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151CAD is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2128173-
CMYK0.880.8400.32
HSL237.24º78.35%38.04%-
HSV(B)237.24º87.86%67.84%-
XYZ8.274.0139.87-
YUV42.44201.68112.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 173 (67.97% from 255) = 77.93%
R=9.46%
G=12.61%
B=77.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21281730.880.8400.32237.2478.3538.04
Hex151CAD5854020ed4e26
Octal253425513012404035511646
Binary101011110010101101101100010101000100000111011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,28,173); }

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

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

 a { background-color: rgb(21,28,173); }

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

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

 span { border-color: rgb(21,28,173); }

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