#152A9E

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

Shades of Egyptian Blue #152A9E

Tints of Egyptian Blue #152A9E

Color information

#152A9E (or 0x152A9E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2A and 9E. RGB value is (21,42,158). Sum of RGB (Red+Green+Blue) = 21+42+158=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #152A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152A9E is #EAD561. Grayscale: #303030. Windows color (decimal): -15390050 or 10365461. OLE color: 10365461.

HSL color Cylindrical-coordinate representation of color #152A9E: hue angle of 230.8º 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 #152A9E is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2142158-
CMYK0.870.7300.38
HSL230.8º76.54%35.1%-
HSV(B)230.8º86.71%61.96%-
XYZ7.314.2832.79-
YUV48.94189.54108.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=9.50%
G=19.00%
B=71.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21421580.870.7300.38230.876.5435.1
Hex152A9E5749026e74d23
Octal255223612711104634711543
Binary1010110101010011110101011110010010100110111001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A9E; }

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

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

<style>
 a { background-color: #152A9E; }

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

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

<style>
 span { border-color: #152A9E; }

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

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