Html Css Color HEX #153299 Egyptian Blue

📋 copy color: '#153299'

red 21 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #153299

Tints of Egyptian Blue #153299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 9.38%
G = 22.32%
B = 68.3%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#153299 (or 0x153299) is known color: Egyptian Blue. HEX triplet: 15, 32 and 99. RGB value is (21,50,153). Sum of RGB (Red+Green+Blue) = 21+50+153=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #153299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153299 is #EACD66. Grayscale: #343434. Windows color (decimal): -15388007 or 10039829. OLE color: 10039829.

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

Color convert

RGB 21 50 153 -
CMYK 0.86 0.67 0 0.4
HSL 226.82º 0.76% 0.34% -
HSV(B) 226.82º 0.86% 0.6% -
XYZ 7.2 4.74 30.67 -
YUV 53.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 21 50 153 0.86 0.67 0 0.4 226.82 0.76 0.34
Hex 15 32 99 56 43 0 28 E3 4C 22
Octal 25 62 231 126 103 0 50 343 114 42
Binary 10101 110010 10011001 1010110 1000011 0 101000 11100011 1001100 100010

Color Harmonies of #153299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153299

Black with #153299

Text Example


Text Example

White with #153299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153299; }

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

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

background-color css

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

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

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

border-color css

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

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

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