Html Css Color HEX #153A94 Egyptian Blue

📋 copy color: '#153A94'

red 21 ◦ green 58 ◦ blue 148

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

Shades of Egyptian Blue #153A94

Tints of Egyptian Blue #153A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 9.25%
G = 25.55%
B = 65.2%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153A94 (or 0x153A94) is known color: Egyptian Blue. HEX triplet: 15, 3A and 94. RGB value is (21,58,148). Sum of RGB (Red+Green+Blue) = 21+58+148=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #153A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A94 is #EAC56B. Grayscale: #383838. Windows color (decimal): -15385964 or 9714197. OLE color: 9714197.

HSL color Cylindrical-coordinate representation of color #153A94: hue angle of 222.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153A94 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 58 148 -
CMYK 0.86 0.61 0 0.42
HSL 222.52º 0.75% 0.33% -
HSV(B) 222.52º 0.86% 0.58% -
XYZ 7.17 5.32 28.67 -
YUV 57.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 21 58 148 0.86 0.61 0 0.42 222.52 0.75 0.33
Hex 15 3A 94 56 3D 0 2A DF 4B 21
Octal 25 72 224 126 75 0 52 337 113 41
Binary 10101 111010 10010100 1010110 111101 0 101010 11011111 1001011 100001

Color Harmonies of #153A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A94

Black with #153A94

Text Example


Text Example

White with #153A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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