Html Css Color HEX #153CAB Egyptian Blue

📋 copy color: '#153CAB'

red 21 ◦ green 60 ◦ blue 171

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

Shades of Egyptian Blue #153CAB

Tints of Egyptian Blue #153CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

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

R = 8.33%
G = 23.81%
B = 67.86%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153CAB (or 0x153CAB) is known color: Egyptian Blue. HEX triplet: 15, 3C and AB. RGB value is (21,60,171). Sum of RGB (Red+Green+Blue) = 21+60+171=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #153CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CAB is #EAC354. Grayscale: #3C3C3C. Windows color (decimal): -15385429 or 11222037. OLE color: 11222037.

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

Color convert

RGB 21 60 171 -
CMYK 0.88 0.65 0 0.33
HSL 224.4º 0.78% 0.38% -
HSV(B) 224.4º 0.88% 0.67% -
XYZ 9.28 6.33 39.26 -
YUV 60.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 21 60 171 0.88 0.65 0 0.33 224.4 0.78 0.38
Hex 15 3C AB 58 41 0 21 E0 4E 26
Octal 25 74 253 130 101 0 41 340 116 46
Binary 10101 111100 10101011 1011000 1000001 0 100001 11100000 1001110 100110

Color Harmonies of #153CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CAB

Black with #153CAB

Text Example


Text Example

White with #153CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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