Html Css Color HEX #153FAA Egyptian Blue

📋 copy color: '#153FAA'

red 21 ◦ green 63 ◦ blue 170

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

Shades of Egyptian Blue #153FAA

Tints of Egyptian Blue #153FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 8.27%
G = 24.8%
B = 66.93%

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

#153FAA (or 0x153FAA) is known color: Egyptian Blue. HEX triplet: 15, 3F and AA. RGB value is (21,63,170). Sum of RGB (Red+Green+Blue) = 21+63+170=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #153FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FAA is #EAC055. Grayscale: #3E3E3E. Windows color (decimal): -15384662 or 11157269. OLE color: 11157269.

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

Color convert

RGB 21 63 170 -
CMYK 0.88 0.63 0 0.33
HSL 223.09º 0.78% 0.37% -
HSV(B) 223.09º 0.88% 0.67% -
XYZ 9.34 6.62 38.81 -
YUV 62.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 21 63 170 0.88 0.63 0 0.33 223.09 0.78 0.37
Hex 15 3F AA 58 3F 0 21 DF 4E 25
Octal 25 77 252 130 77 0 41 337 116 45
Binary 10101 111111 10101010 1011000 111111 0 100001 11011111 1001110 100101

Color Harmonies of #153FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FAA

Black with #153FAA

Text Example


Text Example

White with #153FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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