Html Css Color HEX #153CB0 Egyptian Blue

📋 copy color: '#153CB0'

red 21 ◦ green 60 ◦ blue 176

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

Shades of Egyptian Blue #153CB0

Tints of Egyptian Blue #153CB0

RGB

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

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

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

R = 8.17%
G = 23.35%
B = 68.48%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#153CB0 (or 0x153CB0) is known color: Egyptian Blue. HEX triplet: 15, 3C and B0. RGB value is (21,60,176). Sum of RGB (Red+Green+Blue) = 21+60+176=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 176 (69.14% from 255 or 68.48% from 257); Max value from RGB is 176 - color contains mainly: blue. Hex color #153CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CB0 is #EAC34F. Grayscale: #3D3D3D. Windows color (decimal): -15385424 or 11549717. OLE color: 11549717.

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

Color convert

RGB 21 60 176 -
CMYK 0.88 0.66 0 0.31
HSL 224.9º 0.79% 0.39% -
HSV(B) 224.9º 0.88% 0.69% -
XYZ 9.76 6.53 41.82 -
YUV 61.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 21 60 176 0.88 0.66 0 0.31 224.9 0.79 0.39
Hex 15 3C B0 58 42 0 1F E1 4F 27
Octal 25 74 260 130 102 0 37 341 117 47
Binary 10101 111100 10110000 1011000 1000010 0 11111 11100001 1001111 100111

Color Harmonies of #153CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CB0

Black with #153CB0

Text Example


Text Example

White with #153CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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