Html Css Color HEX #152590 Egyptian Blue

📋 copy color: '#152590'

red 21 ◦ green 37 ◦ blue 144

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

Shades of Egyptian Blue #152590

Tints of Egyptian Blue #152590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

 BLUE value IS 144 (56.64% from 255) = 71.29%

R = 10.4%
G = 18.32%
B = 71.29%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152590 (or 0x152590) is known color: Egyptian Blue. HEX triplet: 15, 25 and 90. RGB value is (21,37,144). Sum of RGB (Red+Green+Blue) = 21+37+144=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #152590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152590 is #EADA6F. Grayscale: #2B2B2B. Windows color (decimal): -15391344 or 9446677. OLE color: 9446677.

HSL color Cylindrical-coordinate representation of color #152590: hue angle of 232.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152590 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 37 144 -
CMYK 0.85 0.74 0 0.44
HSL 232.2º 0.75% 0.32% -
HSV(B) 232.2º 0.85% 0.56% -
XYZ 6 3.5 26.74 -
YUV 44.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 21 37 144 0.85 0.74 0 0.44 232.2 0.75 0.32
Hex 15 25 90 55 4A 0 2C E8 4B 20
Octal 25 45 220 125 112 0 54 350 113 40
Binary 10101 100101 10010000 1010101 1001010 0 101100 11101000 1001011 100000

Color Harmonies of #152590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152590

Black with #152590

Text Example


Text Example

White with #152590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152590; }

 p { color: rgb(21,37,144); }

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

background-color css

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

 a { background-color: rgb(21,37,144); }

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

border-color css

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

 span { border-color: rgb(21,37,144); }

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