Html Css Color HEX #152197 Egyptian Blue

📋 copy color: '#152197'

red 21 ◦ green 33 ◦ blue 151

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

Shades of Egyptian Blue #152197

Tints of Egyptian Blue #152197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 73.66%

R = 10.24%
G = 16.1%
B = 73.66%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#152197 (or 0x152197) is known color: Egyptian Blue. HEX triplet: 15, 21 and 97. RGB value is (21,33,151). Sum of RGB (Red+Green+Blue) = 21+33+151=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #152197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152197 is #EADE68. Grayscale: #2A2A2A. Windows color (decimal): -15392361 or 9904405. OLE color: 9904405.

HSL color Cylindrical-coordinate representation of color #152197: hue angle of 234.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152197 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 33 151 -
CMYK 0.86 0.78 0 0.41
HSL 234.46º 0.76% 0.34% -
HSV(B) 234.46º 0.86% 0.59% -
XYZ 6.44 3.48 29.61 -
YUV 42.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 21 33 151 0.86 0.78 0 0.41 234.46 0.76 0.34
Hex 15 21 97 56 4E 0 29 EA 4C 22
Octal 25 41 227 126 116 0 51 352 114 42
Binary 10101 100001 10010111 1010110 1001110 0 101001 11101010 1001100 100010

Color Harmonies of #152197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152197

Black with #152197

Text Example


Text Example

White with #152197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152197; }

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

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

background-color css

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

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

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

border-color css

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

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

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