Html Css Color HEX #153899 Egyptian Blue

📋 copy color: '#153899'

red 21 ◦ green 56 ◦ blue 153

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

Shades of Egyptian Blue #153899

Tints of Egyptian Blue #153899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 9.13%
G = 24.35%
B = 66.52%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#153899 (or 0x153899) is known color: Egyptian Blue. HEX triplet: 15, 38 and 99. RGB value is (21,56,153). Sum of RGB (Red+Green+Blue) = 21+56+153=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #153899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153899 is #EAC766. Grayscale: #383838. Windows color (decimal): -15386471 or 10041365. OLE color: 10041365.

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

Color convert

RGB 21 56 153 -
CMYK 0.86 0.63 0 0.4
HSL 224.09º 0.76% 0.34% -
HSV(B) 224.09º 0.86% 0.6% -
XYZ 7.47 5.29 30.76 -
YUV 56.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 21 56 153 0.86 0.63 0 0.4 224.09 0.76 0.34
Hex 15 38 99 56 3F 0 28 E0 4C 22
Octal 25 70 231 126 77 0 50 340 114 42
Binary 10101 111000 10011001 1010110 111111 0 101000 11100000 1001100 100010

Color Harmonies of #153899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153899

Black with #153899

Text Example


Text Example

White with #153899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153899; }

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

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

background-color css

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

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

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

border-color css

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

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

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