#151AAC

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

Shades of Egyptian Blue #151AAC

Tints of Egyptian Blue #151AAC

Color information

#151AAC (or 0x151AAC) is unknown color: approx Egyptian Blue. HEX triplet: 15, 1A and AC. RGB value is (21,26,172). Sum of RGB (Red+Green+Blue) = 21+26+172=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #151AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AAC is #EAE553. Grayscale: #282828. Windows color (decimal): -15394132 or 11278869. OLE color: 11278869.

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

Color convert

RGB2126172-
CMYK0.880.8500.33
HSL238.01º78.24%37.84%-
HSV(B)238.01º87.79%67.45%-
XYZ8.133.8839.35-
YUV41.15201.84113.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 172 (67.58% from 255) = 78.54%
R=9.59%
G=11.87%
B=78.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21261720.880.8500.33238.0178.2437.84
Hex151AAC5855021ee4e26
Octal253225413012504135611646
Binary101011101010101100101100010101010100001111011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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