Html Css Color HEX #153BA5 Egyptian Blue

📋 copy color: '#153BA5'

red 21 ◦ green 59 ◦ blue 165

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

Shades of Egyptian Blue #153BA5

Tints of Egyptian Blue #153BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.35%

R = 8.57%
G = 24.08%
B = 67.35%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#153BA5 (or 0x153BA5) is known color: Egyptian Blue. HEX triplet: 15, 3B and A5. RGB value is (21,59,165). Sum of RGB (Red+Green+Blue) = 21+59+165=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #153BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BA5 is #EAC45A. Grayscale: #3B3B3B. Windows color (decimal): -15385691 or 10828565. OLE color: 10828565.

HSL color Cylindrical-coordinate representation of color #153BA5: hue angle of 224.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153BA5 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 59 165 -
CMYK 0.87 0.64 0 0.35
HSL 224.17º 0.77% 0.36% -
HSV(B) 224.17º 0.87% 0.65% -
XYZ 8.66 6 36.3 -
YUV 59.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 21 59 165 0.87 0.64 0 0.35 224.17 0.77 0.36
Hex 15 3B A5 57 40 0 23 E0 4D 24
Octal 25 73 245 127 100 0 43 340 115 44
Binary 10101 111011 10100101 1010111 1000000 0 100011 11100000 1001101 100100

Color Harmonies of #153BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BA5

Black with #153BA5

Text Example


Text Example

White with #153BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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