Html Css Color HEX #152E90 Egyptian Blue

📋 copy color: '#152E90'

red 21 ◦ green 46 ◦ blue 144

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

Shades of Egyptian Blue #152E90

Tints of Egyptian Blue #152E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

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

R = 9.95%
G = 21.8%
B = 68.25%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152E90 (or 0x152E90) is known color: Egyptian Blue. HEX triplet: 15, 2E and 90. RGB value is (21,46,144). Sum of RGB (Red+Green+Blue) = 21+46+144=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #152E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E90 is #EAD16F. Grayscale: #313131. Windows color (decimal): -15389040 or 9448981. OLE color: 9448981.

HSL color Cylindrical-coordinate representation of color #152E90: hue angle of 227.8º 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 #152E90 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 46 144 -
CMYK 0.85 0.68 0 0.44
HSL 227.8º 0.75% 0.32% -
HSV(B) 227.8º 0.85% 0.56% -
XYZ 6.32 4.13 26.85 -
YUV 49.7 181.22 107.53 -
System Red Green Blue C M Y K H S L
Decimal 21 46 144 0.85 0.68 0 0.44 227.8 0.75 0.32
Hex 15 2E 90 55 44 0 2C E4 4B 20
Octal 25 56 220 125 104 0 54 344 113 40
Binary 10101 101110 10010000 1010101 1000100 0 101100 11100100 1001011 100000

Color Harmonies of #152E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E90

Black with #152E90

Text Example


Text Example

White with #152E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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