Html Css Color HEX #153FAC Egyptian Blue

📋 copy color: '#153FAC'

red 21 ◦ green 63 ◦ blue 172

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

Shades of Egyptian Blue #153FAC

Tints of Egyptian Blue #153FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 172 (67.58% from 255) = 67.19%

R = 8.2%
G = 24.61%
B = 67.19%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153FAC (or 0x153FAC) is known color: Egyptian Blue. HEX triplet: 15, 3F and AC. RGB value is (21,63,172). Sum of RGB (Red+Green+Blue) = 21+63+172=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #153FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FAC is #EAC053. Grayscale: #3E3E3E. Windows color (decimal): -15384660 or 11288341. OLE color: 11288341.

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

Color convert

RGB 21 63 172 -
CMYK 0.88 0.63 0 0.33
HSL 223.31º 0.78% 0.38% -
HSV(B) 223.31º 0.88% 0.67% -
XYZ 9.53 6.69 39.82 -
YUV 62.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 21 63 172 0.88 0.63 0 0.33 223.31 0.78 0.38
Hex 15 3F AC 58 3F 0 21 DF 4E 26
Octal 25 77 254 130 77 0 41 337 116 46
Binary 10101 111111 10101100 1011000 111111 0 100001 11011111 1001110 100110

Color Harmonies of #153FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FAC

Black with #153FAC

Text Example


Text Example

White with #153FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,172); }

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

background-color css

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

 a { background-color: rgb(21,63,172); }

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

border-color css

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

 span { border-color: rgb(21,63,172); }

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