Html Css Color HEX #152199 Egyptian Blue

📋 copy color: '#152199'

red 21 ◦ green 33 ◦ blue 153

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

Shades of Egyptian Blue #152199

Tints of Egyptian Blue #152199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 10.14%
G = 15.94%
B = 73.91%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#152199 (or 0x152199) is known color: Egyptian Blue. HEX triplet: 15, 21 and 99. RGB value is (21,33,153). Sum of RGB (Red+Green+Blue) = 21+33+153=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #152199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152199 is #EADE66. Grayscale: #2A2A2A. Windows color (decimal): -15392359 or 10035477. OLE color: 10035477.

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

Color convert

RGB 21 33 153 -
CMYK 0.86 0.78 0 0.4
HSL 234.55º 0.76% 0.34% -
HSV(B) 234.55º 0.86% 0.6% -
XYZ 6.6 3.55 30.47 -
YUV 43.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 21 33 153 0.86 0.78 0 0.4 234.55 0.76 0.34
Hex 15 21 99 56 4E 0 28 EB 4C 22
Octal 25 41 231 126 116 0 50 353 114 42
Binary 10101 100001 10011001 1010110 1001110 0 101000 11101011 1001100 100010

Color Harmonies of #152199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152199

Black with #152199

Text Example


Text Example

White with #152199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152199; }

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

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

background-color css

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

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

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

border-color css

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

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

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