Html Css Color HEX #152B99 Egyptian Blue

📋 copy color: '#152B99'

red 21 ◦ green 43 ◦ blue 153

#152B99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #152B99

Tints of Egyptian Blue #152B99

RGB

 RED value IS 21 (8.59% from 255) = 9.68%

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 9.68%
G = 19.82%
B = 70.51%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#152B99 (or 0x152B99) is known color: Egyptian Blue. HEX triplet: 15, 2B and 99. RGB value is (21,43,153). Sum of RGB (Red+Green+Blue) = 21+43+153=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #152B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B99 is #EAD466. Grayscale: #303030. Windows color (decimal): -15389799 or 10038037. OLE color: 10038037.

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

Color convert

RGB 21 43 153 -
CMYK 0.86 0.72 0 0.4
HSL 230º 0.76% 0.34% -
HSV(B) 230º 0.86% 0.6% -
XYZ 6.92 4.19 30.58 -
YUV 48.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 21 43 153 0.86 0.72 0 0.4 230 0.76 0.34
Hex 15 2B 99 56 48 0 28 E6 4C 22
Octal 25 53 231 126 110 0 50 346 114 42
Binary 10101 101011 10011001 1010110 1001000 0 101000 11100110 1001100 100010

Color Harmonies of #152B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B99

Black with #152B99

Text Example


Text Example

White with #152B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #152B99;
 }
 .AnyTagClassName
 {
   color: #152B99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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