Html Css Color HEX #153D9A Egyptian Blue

📋 copy color: '#153D9A'

red 21 ◦ green 61 ◦ blue 154

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

Shades of Egyptian Blue #153D9A

Tints of Egyptian Blue #153D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 8.9%
G = 25.85%
B = 65.25%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#153D9A (or 0x153D9A) is known color: Egyptian Blue. HEX triplet: 15, 3D and 9A. RGB value is (21,61,154). Sum of RGB (Red+Green+Blue) = 21+61+154=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #153D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D9A is #EAC265. Grayscale: #3B3B3B. Windows color (decimal): -15385190 or 10108181. OLE color: 10108181.

HSL color Cylindrical-coordinate representation of color #153D9A: hue angle of 221.95º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153D9A is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 61 154 -
CMYK 0.86 0.60 0 0.40
HSL 221.95º 0.76% 0.34% -
HSV(B) 221.95º 0.86% 0.6% -
XYZ 7.81 5.83 31.29 -
YUV 59.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 21 61 154 0.86 0.60 0 0.40 221.95 0.76 0.34
Hex 15 3D 9A 56 3C 0 28 DE 4C 22
Octal 25 75 232 126 74 0 50 336 114 42
Binary 10101 111101 10011010 1010110 111100 0 101000 11011110 1001100 100010

Color Harmonies of #153D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D9A

Black with #153D9A

Text Example


Text Example

White with #153D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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