#152F9E

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

Shades of Egyptian Blue #152F9E

Tints of Egyptian Blue #152F9E

Color information

#152F9E (or 0x152F9E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2F and 9E. RGB value is (21,47,158). Sum of RGB (Red+Green+Blue) = 21+47+158=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #152F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F9E is #EAD061. Grayscale: #333333. Windows color (decimal): -15388770 or 10366741. OLE color: 10366741.

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

Color convert

RGB2147158-
CMYK0.870.7000.38
HSL228.61º76.54%35.1%-
HSV(B)228.61º86.71%61.96%-
XYZ7.54.6632.85-
YUV51.88187.89105.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 158 (62.11% from 255) = 69.91%
R=9.29%
G=20.80%
B=69.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21471580.870.7000.38228.6176.5435.1
Hex152F9E5746026e54d23
Octal255723612710604634511543
Binary1010110111110011110101011110001100100110111001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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