Html Css Color HEX #153BA7 Egyptian Blue

📋 copy color: '#153BA7'

red 21 ◦ green 59 ◦ blue 167

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

Shades of Egyptian Blue #153BA7

Tints of Egyptian Blue #153BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 67.61%

R = 8.5%
G = 23.89%
B = 67.61%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#153BA7 (or 0x153BA7) is known color: Egyptian Blue. HEX triplet: 15, 3B and A7. RGB value is (21,59,167). Sum of RGB (Red+Green+Blue) = 21+59+167=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #153BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BA7 is #EAC458. Grayscale: #3B3B3B. Windows color (decimal): -15385689 or 10959637. OLE color: 10959637.

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

Color convert

RGB 21 59 167 -
CMYK 0.87 0.65 0 0.35
HSL 224.38º 0.78% 0.37% -
HSV(B) 224.38º 0.87% 0.65% -
XYZ 8.85 6.08 37.27 -
YUV 59.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 21 59 167 0.87 0.65 0 0.35 224.38 0.78 0.37
Hex 15 3B A7 57 41 0 23 E0 4E 25
Octal 25 73 247 127 101 0 43 340 116 45
Binary 10101 111011 10100111 1010111 1000001 0 100011 11100000 1001110 100101

Color Harmonies of #153BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BA7

Black with #153BA7

Text Example


Text Example

White with #153BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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