#152A98

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

Shades of Egyptian Blue #152A98

Tints of Egyptian Blue #152A98

Color information

#152A98 (or 0x152A98) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2A and 98. RGB value is (21,42,152). Sum of RGB (Red+Green+Blue) = 21+42+152=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #152A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152A98 is #EAD567. Grayscale: #2F2F2F. Windows color (decimal): -15390056 or 9972245. OLE color: 9972245.

HSL color Cylindrical-coordinate representation of color #152A98: hue angle of 230.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152A98 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2142152-
CMYK0.860.7200.40
HSL230.38º75.72%33.92%-
HSV(B)230.38º86.18%59.61%-
XYZ6.84.0830.14-
YUV48.26186.54108.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 152 (59.77% from 255) = 70.70%
R=9.77%
G=19.53%
B=70.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21421520.860.7200.40230.3875.7233.92
Hex152A985648028e64c22
Octal255223012611005034611442
Binary1010110101010011000101011010010000101000111001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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