Html Css Color HEX #152793 Egyptian Blue

📋 copy color: '#152793'

red 21 ◦ green 39 ◦ blue 147

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

Shades of Egyptian Blue #152793

Tints of Egyptian Blue #152793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 147 (57.81% from 255) = 71.01%

R = 10.14%
G = 18.84%
B = 71.01%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152793 (or 0x152793) is known color: Egyptian Blue. HEX triplet: 15, 27 and 93. RGB value is (21,39,147). Sum of RGB (Red+Green+Blue) = 21+39+147=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #152793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152793 is #EAD86C. Grayscale: #2D2D2D. Windows color (decimal): -15390829 or 9643797. OLE color: 9643797.

HSL color Cylindrical-coordinate representation of color #152793: hue angle of 231.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152793 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 39 147 -
CMYK 0.86 0.73 0 0.42
HSL 231.43º 0.75% 0.33% -
HSV(B) 231.43º 0.86% 0.58% -
XYZ 6.3 3.72 27.99 -
YUV 45.93 185.04 110.22 -
System Red Green Blue C M Y K H S L
Decimal 21 39 147 0.86 0.73 0 0.42 231.43 0.75 0.33
Hex 15 27 93 56 49 0 2A E7 4B 21
Octal 25 47 223 126 111 0 52 347 113 41
Binary 10101 100111 10010011 1010110 1001001 0 101010 11100111 1001011 100001

Color Harmonies of #152793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152793

Black with #152793

Text Example


Text Example

White with #152793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152793; }

 p { color: rgb(21,39,147); }

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

background-color css

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

 a { background-color: rgb(21,39,147); }

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

border-color css

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

 span { border-color: rgb(21,39,147); }

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