Html Css Color HEX #152493 Egyptian Blue

📋 copy color: '#152493'

red 21 ◦ green 36 ◦ blue 147

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

Shades of Egyptian Blue #152493

Tints of Egyptian Blue #152493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 10.29%
G = 17.65%
B = 72.06%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152493 (or 0x152493) is known color: Egyptian Blue. HEX triplet: 15, 24 and 93. RGB value is (21,36,147). Sum of RGB (Red+Green+Blue) = 21+36+147=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #152493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152493 is #EADB6C. Grayscale: #2B2B2B. Windows color (decimal): -15391597 or 9643029. OLE color: 9643029.

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

Color convert

RGB 21 36 147 -
CMYK 0.86 0.76 0 0.42
HSL 232.86º 0.75% 0.33% -
HSV(B) 232.86º 0.86% 0.58% -
XYZ 6.21 3.53 27.96 -
YUV 44.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 21 36 147 0.86 0.76 0 0.42 232.86 0.75 0.33
Hex 15 24 93 56 4C 0 2A E9 4B 21
Octal 25 44 223 126 114 0 52 351 113 41
Binary 10101 100100 10010011 1010110 1001100 0 101010 11101001 1001011 100001

Color Harmonies of #152493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152493

Black with #152493

Text Example


Text Example

White with #152493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152493; }

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

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

background-color css

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

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

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

border-color css

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

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

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