#152F93

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

Shades of Egyptian Blue #152F93

Tints of Egyptian Blue #152F93

Color information

#152F93 (or 0x152F93) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2F and 93. RGB value is (21,47,147). Sum of RGB (Red+Green+Blue) = 21+47+147=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #152F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F93 is #EAD06C. Grayscale: #323232. Windows color (decimal): -15388781 or 9645845. OLE color: 9645845.

HSL color Cylindrical-coordinate representation of color #152F93: hue angle of 227.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152F93 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2147147-
CMYK0.860.6800.42
HSL227.62º75%32.94%-
HSV(B)227.62º85.71%57.65%-
XYZ6.594.328.09-
YUV50.63182.39106.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=9.77%
G=21.86%
B=68.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21471470.860.6800.42227.627532.94
Hex152F93564402Ae44b21
Octal255722312610405234411341
Binary1010110111110010011101011010001000101010111001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,147); }

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

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

 a { background-color: rgb(21,47,147); }

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

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

 span { border-color: rgb(21,47,147); }

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