Html Css Color HEX #153D99 Egyptian Blue

📋 copy color: '#153D99'

red 21 ◦ green 61 ◦ blue 153

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

Shades of Egyptian Blue #153D99

Tints of Egyptian Blue #153D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.96%

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

R = 8.94%
G = 25.96%
B = 65.11%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#153D99 (or 0x153D99) is known color: Egyptian Blue. HEX triplet: 15, 3D and 99. RGB value is (21,61,153). Sum of RGB (Red+Green+Blue) = 21+61+153=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #153D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D99 is #EAC266. Grayscale: #3B3B3B. Windows color (decimal): -15385191 or 10042645. OLE color: 10042645.

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

Color convert

RGB 21 61 153 -
CMYK 0.86 0.60 0 0.4
HSL 221.82º 0.76% 0.34% -
HSV(B) 221.82º 0.86% 0.6% -
XYZ 7.73 5.8 30.85 -
YUV 59.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 21 61 153 0.86 0.60 0 0.4 221.82 0.76 0.34
Hex 15 3D 99 56 3C 0 28 DE 4C 22
Octal 25 75 231 126 74 0 50 336 114 42
Binary 10101 111101 10011001 1010110 111100 0 101000 11011110 1001100 100010

Color Harmonies of #153D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D99

Black with #153D99

Text Example


Text Example

White with #153D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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