Html Css Color HEX #153AAB Egyptian Blue

📋 copy color: '#153AAB'

red 21 ◦ green 58 ◦ blue 171

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

Shades of Egyptian Blue #153AAB

Tints of Egyptian Blue #153AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 8.4%
G = 23.2%
B = 68.4%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153AAB (or 0x153AAB) is known color: Egyptian Blue. HEX triplet: 15, 3A and AB. RGB value is (21,58,171). Sum of RGB (Red+Green+Blue) = 21+58+171=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #153AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AAB is #EAC554. Grayscale: #3B3B3B. Windows color (decimal): -15385941 or 11221525. OLE color: 11221525.

HSL color Cylindrical-coordinate representation of color #153AAB: hue angle of 225.2º 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 #153AAB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 58 171 -
CMYK 0.88 0.66 0 0.33
HSL 225.2º 0.78% 0.38% -
HSV(B) 225.2º 0.88% 0.67% -
XYZ 9.17 6.13 39.23 -
YUV 59.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 21 58 171 0.88 0.66 0 0.33 225.2 0.78 0.38
Hex 15 3A AB 58 42 0 21 E1 4E 26
Octal 25 72 253 130 102 0 41 341 116 46
Binary 10101 111010 10101011 1011000 1000010 0 100001 11100001 1001110 100110

Color Harmonies of #153AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AAB

Black with #153AAB

Text Example


Text Example

White with #153AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,58,171); }

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

background-color css

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

 a { background-color: rgb(21,58,171); }

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

border-color css

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

 span { border-color: rgb(21,58,171); }

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