Html Css Color HEX #153D94 Egyptian Blue

📋 copy color: '#153D94'

red 21 ◦ green 61 ◦ blue 148

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

Shades of Egyptian Blue #153D94

Tints of Egyptian Blue #153D94

RGB

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

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

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

R = 9.13%
G = 26.52%
B = 64.35%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153D94 (or 0x153D94) is known color: Egyptian Blue. HEX triplet: 15, 3D and 94. RGB value is (21,61,148). Sum of RGB (Red+Green+Blue) = 21+61+148=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #153D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D94 is #EAC26B. Grayscale: #3A3A3A. Windows color (decimal): -15385196 or 9714965. OLE color: 9714965.

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

Color convert

RGB 21 61 148 -
CMYK 0.86 0.59 0 0.42
HSL 221.1º 0.75% 0.33% -
HSV(B) 221.1º 0.86% 0.58% -
XYZ 7.32 5.64 28.72 -
YUV 58.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 21 61 148 0.86 0.59 0 0.42 221.1 0.75 0.33
Hex 15 3D 94 56 3B 0 2A DD 4B 21
Octal 25 75 224 126 73 0 52 335 113 41
Binary 10101 111101 10010100 1010110 111011 0 101010 11011101 1001011 100001

Color Harmonies of #153D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D94

Black with #153D94

Text Example


Text Example

White with #153D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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