Html Css Color HEX #153B9B Egyptian Blue

📋 copy color: '#153B9B'

red 21 ◦ green 59 ◦ blue 155

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

Shades of Egyptian Blue #153B9B

Tints of Egyptian Blue #153B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 8.94%
G = 25.11%
B = 65.96%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#153B9B (or 0x153B9B) is known color: Egyptian Blue. HEX triplet: 15, 3B and 9B. RGB value is (21,59,155). Sum of RGB (Red+Green+Blue) = 21+59+155=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #153B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B9B is #EAC464. Grayscale: #3A3A3A. Windows color (decimal): -15385701 or 10173205. OLE color: 10173205.

HSL color Cylindrical-coordinate representation of color #153B9B: hue angle of 222.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153B9B is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 59 155 -
CMYK 0.86 0.62 0 0.39
HSL 222.99º 0.76% 0.35% -
HSV(B) 222.99º 0.86% 0.61% -
XYZ 7.79 5.65 31.69 -
YUV 58.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 21 59 155 0.86 0.62 0 0.39 222.99 0.76 0.35
Hex 15 3B 9B 56 3E 0 27 DF 4C 23
Octal 25 73 233 126 76 0 47 337 114 43
Binary 10101 111011 10011011 1010110 111110 0 100111 11011111 1001100 100011

Color Harmonies of #153B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B9B

Black with #153B9B

Text Example


Text Example

White with #153B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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