Html Css Color HEX #153D9B Egyptian Blue

📋 copy color: '#153D9B'

red 21 ◦ green 61 ◦ blue 155

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

Shades of Egyptian Blue #153D9B

Tints of Egyptian Blue #153D9B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

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

R = 8.86%
G = 25.74%
B = 65.4%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#153D9B (or 0x153D9B) is known color: Egyptian Blue. HEX triplet: 15, 3D and 9B. RGB value is (21,61,155). Sum of RGB (Red+Green+Blue) = 21+61+155=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #153D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D9B is #EAC264. Grayscale: #3B3B3B. Windows color (decimal): -15385189 or 10173717. OLE color: 10173717.

HSL color Cylindrical-coordinate representation of color #153D9B: hue angle of 222.09º 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 #153D9B is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 61 155 -
CMYK 0.86 0.61 0 0.39
HSL 222.09º 0.76% 0.35% -
HSV(B) 222.09º 0.86% 0.61% -
XYZ 7.89 5.86 31.73 -
YUV 59.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 21 61 155 0.86 0.61 0 0.39 222.09 0.76 0.35
Hex 15 3D 9B 56 3D 0 27 DE 4C 23
Octal 25 75 233 126 75 0 47 336 114 43
Binary 10101 111101 10011011 1010110 111101 0 100111 11011110 1001100 100011

Color Harmonies of #153D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D9B

Black with #153D9B

Text Example


Text Example

White with #153D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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