Html Css Color HEX #153DAD Egyptian Blue

📋 copy color: '#153DAD'

red 21 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #153DAD

Tints of Egyptian Blue #153DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.84%

R = 8.24%
G = 23.92%
B = 67.84%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#153DAD (or 0x153DAD) is known color: Egyptian Blue. HEX triplet: 15, 3D and AD. RGB value is (21,61,173). Sum of RGB (Red+Green+Blue) = 21+61+173=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #153DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAD is #EAC252. Grayscale: #3D3D3D. Windows color (decimal): -15385171 or 11353365. OLE color: 11353365.

HSL color Cylindrical-coordinate representation of color #153DAD: hue angle of 224.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153DAD is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 61 173 -
CMYK 0.88 0.65 0 0.32
HSL 224.21º 0.78% 0.38% -
HSV(B) 224.21º 0.88% 0.68% -
XYZ 9.52 6.51 40.29 -
YUV 61.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 21 61 173 0.88 0.65 0 0.32 224.21 0.78 0.38
Hex 15 3D AD 58 41 0 20 E0 4E 26
Octal 25 75 255 130 101 0 40 340 116 46
Binary 10101 111101 10101101 1011000 1000001 0 100000 11100000 1001110 100110

Color Harmonies of #153DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DAD

Black with #153DAD

Text Example


Text Example

White with #153DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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