#152B98

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

Shades of Egyptian Blue #152B98

Tints of Egyptian Blue #152B98

Color information

#152B98 (or 0x152B98) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2B and 98. RGB value is (21,43,152). Sum of RGB (Red+Green+Blue) = 21+43+152=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #152B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B98 is #EAD467. Grayscale: #303030. Windows color (decimal): -15389800 or 9972501. OLE color: 9972501.

HSL color Cylindrical-coordinate representation of color #152B98: hue angle of 229.92º 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 #152B98 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2143152-
CMYK0.860.7200.40
HSL229.92º75.72%33.92%-
HSV(B)229.92º86.18%59.61%-
XYZ6.844.1530.15-
YUV48.85186.21108.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 152 (59.77% from 255) = 70.37%
R=9.72%
G=19.91%
B=70.37%

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
Decimal21431520.860.7200.40229.9275.7233.92
Hex152B985648028e64c22
Octal255323012611005034611442
Binary1010110101110011000101011010010000101000111001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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