Html Css Color HEX #153BAB Egyptian Blue

📋 copy color: '#153BAB'

red 21 ◦ green 59 ◦ blue 171

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

Shades of Egyptian Blue #153BAB

Tints of Egyptian Blue #153BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

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

R = 8.37%
G = 23.51%
B = 68.13%

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

#153BAB (or 0x153BAB) is known color: Egyptian Blue. HEX triplet: 15, 3B and AB. RGB value is (21,59,171). Sum of RGB (Red+Green+Blue) = 21+59+171=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #153BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BAB is #EAC454. Grayscale: #3B3B3B. Windows color (decimal): -15385685 or 11221781. OLE color: 11221781.

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

Color convert

RGB 21 59 171 -
CMYK 0.88 0.65 0 0.33
HSL 224.8º 0.78% 0.38% -
HSV(B) 224.8º 0.88% 0.67% -
XYZ 9.22 6.23 39.24 -
YUV 60.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 21 59 171 0.88 0.65 0 0.33 224.8 0.78 0.38
Hex 15 3B AB 58 41 0 21 E1 4E 26
Octal 25 73 253 130 101 0 41 341 116 46
Binary 10101 111011 10101011 1011000 1000001 0 100001 11100001 1001110 100110

Color Harmonies of #153BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BAB

Black with #153BAB

Text Example


Text Example

White with #153BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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