Html Css Color HEX #152392 Egyptian Blue

📋 copy color: '#152392'

red 21 ◦ green 35 ◦ blue 146

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

Shades of Egyptian Blue #152392

Tints of Egyptian Blue #152392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 10.4%
G = 17.33%
B = 72.28%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#152392 (or 0x152392) is known color: Egyptian Blue. HEX triplet: 15, 23 and 92. RGB value is (21,35,146). Sum of RGB (Red+Green+Blue) = 21+35+146=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #152392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152392 is #EADC6D. Grayscale: #2B2B2B. Windows color (decimal): -15391854 or 9577237. OLE color: 9577237.

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

Color convert

RGB 21 35 146 -
CMYK 0.86 0.76 0 0.43
HSL 233.28º 0.75% 0.33% -
HSV(B) 233.28º 0.86% 0.57% -
XYZ 6.1 3.44 27.54 -
YUV 43.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 21 35 146 0.86 0.76 0 0.43 233.28 0.75 0.33
Hex 15 23 92 56 4C 0 2B E9 4B 21
Octal 25 43 222 126 114 0 53 351 113 41
Binary 10101 100011 10010010 1010110 1001100 0 101011 11101001 1001011 100001

Color Harmonies of #152392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152392

Black with #152392

Text Example


Text Example

White with #152392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152392; }

 p { color: rgb(21,35,146); }

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

background-color css

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

 a { background-color: rgb(21,35,146); }

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

border-color css

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

 span { border-color: rgb(21,35,146); }

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