Html Css Color HEX #152E99 Egyptian Blue

📋 copy color: '#152E99'

red 21 ◦ green 46 ◦ blue 153

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

Shades of Egyptian Blue #152E99

Tints of Egyptian Blue #152E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 9.55%
G = 20.91%
B = 69.55%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#152E99 (or 0x152E99) is known color: Egyptian Blue. HEX triplet: 15, 2E and 99. RGB value is (21,46,153). Sum of RGB (Red+Green+Blue) = 21+46+153=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #152E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E99 is #EAD166. Grayscale: #323232. Windows color (decimal): -15389031 or 10038805. OLE color: 10038805.

HSL color Cylindrical-coordinate representation of color #152E99: hue angle of 228.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152E99 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 46 153 -
CMYK 0.86 0.70 0 0.4
HSL 228.64º 0.76% 0.34% -
HSV(B) 228.64º 0.86% 0.6% -
XYZ 7.04 4.41 30.62 -
YUV 50.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 21 46 153 0.86 0.70 0 0.4 228.64 0.76 0.34
Hex 15 2E 99 56 46 0 28 E5 4C 22
Octal 25 56 231 126 106 0 50 345 114 42
Binary 10101 101110 10011001 1010110 1000110 0 101000 11100101 1001100 100010

Color Harmonies of #152E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E99

Black with #152E99

Text Example


Text Example

White with #152E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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