Html Css Color HEX #152198 Egyptian Blue

📋 copy color: '#152198'

red 21 ◦ green 33 ◦ blue 152

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

Shades of Egyptian Blue #152198

Tints of Egyptian Blue #152198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 10.19%
G = 16.02%
B = 73.79%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#152198 (or 0x152198) is known color: Egyptian Blue. HEX triplet: 15, 21 and 98. RGB value is (21,33,152). Sum of RGB (Red+Green+Blue) = 21+33+152=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #152198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152198 is #EADE67. Grayscale: #2A2A2A. Windows color (decimal): -15392360 or 9969941. OLE color: 9969941.

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

Color convert

RGB 21 33 152 -
CMYK 0.86 0.78 0 0.40
HSL 234.5º 0.76% 0.34% -
HSV(B) 234.5º 0.86% 0.6% -
XYZ 6.52 3.51 30.04 -
YUV 42.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 21 33 152 0.86 0.78 0 0.40 234.5 0.76 0.34
Hex 15 21 98 56 4E 0 28 EB 4C 22
Octal 25 41 230 126 116 0 50 353 114 42
Binary 10101 100001 10011000 1010110 1001110 0 101000 11101011 1001100 100010

Color Harmonies of #152198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152198

Black with #152198

Text Example


Text Example

White with #152198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152198; }

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

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

background-color css

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

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

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

border-color css

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

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

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