#15229E

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

Shades of Egyptian Blue #15229E

Tints of Egyptian Blue #15229E

Color information

#15229E (or 0x15229E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 22 and 9E. RGB value is (21,34,158). Sum of RGB (Red+Green+Blue) = 21+34+158=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #15229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15229E is #EADD61. Grayscale: #2B2B2B. Windows color (decimal): -15392098 or 10363413. OLE color: 10363413.

HSL color Cylindrical-coordinate representation of color #15229E: hue angle of 234.31º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15229E is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2134158-
CMYK0.870.7800.38
HSL234.31º76.54%35.1%-
HSV(B)234.31º86.71%61.96%-
XYZ7.053.7732.7-
YUV44.25192.19111.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 158 (62.11% from 255) = 74.18%
R=9.86%
G=15.96%
B=74.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21341580.870.7800.38234.3176.5435.1
Hex15229E574E026ea4d23
Octal254223612711604635211543
Binary1010110001010011110101011110011100100110111010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15229E; }

 p { color: rgb(21,34,158); }

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

<style>
 a { background-color: #15229E; }

 a { background-color: rgb(21,34,158); }

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

<style>
 span { border-color: #15229E; }

 span { border-color: rgb(21,34,158); }

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