Html Css Color HEX #153AB0 Egyptian Blue

📋 copy color: '#153AB0'

red 21 ◦ green 58 ◦ blue 176

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

Shades of Egyptian Blue #153AB0

Tints of Egyptian Blue #153AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 69.02%

R = 8.24%
G = 22.75%
B = 69.02%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#153AB0 (or 0x153AB0) is known color: Egyptian Blue. HEX triplet: 15, 3A and B0. RGB value is (21,58,176). Sum of RGB (Red+Green+Blue) = 21+58+176=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #153AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AB0 is #EAC54F. Grayscale: #3B3B3B. Windows color (decimal): -15385936 or 11549205. OLE color: 11549205.

HSL color Cylindrical-coordinate representation of color #153AB0: hue angle of 225.68º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153AB0 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 58 176 -
CMYK 0.88 0.67 0 0.31
HSL 225.68º 0.79% 0.39% -
HSV(B) 225.68º 0.88% 0.69% -
XYZ 9.66 6.32 41.79 -
YUV 60.39 193.24 99.91 -
System Red Green Blue C M Y K H S L
Decimal 21 58 176 0.88 0.67 0 0.31 225.68 0.79 0.39
Hex 15 3A B0 58 43 0 1F E2 4F 27
Octal 25 72 260 130 103 0 37 342 117 47
Binary 10101 111010 10110000 1011000 1000011 0 11111 11100010 1001111 100111

Color Harmonies of #153AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AB0

Black with #153AB0

Text Example


Text Example

White with #153AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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