Html Css Color HEX #153DAF Egyptian Blue

📋 copy color: '#153DAF'

red 21 ◦ green 61 ◦ blue 175

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

Shades of Egyptian Blue #153DAF

Tints of Egyptian Blue #153DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 8.17%
G = 23.74%
B = 68.09%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#153DAF (or 0x153DAF) is known color: Egyptian Blue. HEX triplet: 15, 3D and AF. RGB value is (21,61,175). Sum of RGB (Red+Green+Blue) = 21+61+175=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #153DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAF is #EAC250. Grayscale: #3D3D3D. Windows color (decimal): -15385169 or 11484437. OLE color: 11484437.

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

Color convert

RGB 21 61 175 -
CMYK 0.88 0.65 0 0.31
HSL 224.42º 0.79% 0.38% -
HSV(B) 224.42º 0.88% 0.69% -
XYZ 9.72 6.59 41.32 -
YUV 62.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 21 61 175 0.88 0.65 0 0.31 224.42 0.79 0.38
Hex 15 3D AF 58 41 0 1F E0 4F 26
Octal 25 75 257 130 101 0 37 340 117 46
Binary 10101 111101 10101111 1011000 1000001 0 11111 11100000 1001111 100110

Color Harmonies of #153DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DAF

Black with #153DAF

Text Example


Text Example

White with #153DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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