Html Css Color HEX #15459F Egyptian Blue

📋 copy color: '#15459F'

red 21 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #15459F

Tints of Egyptian Blue #15459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 8.43%
G = 27.71%
B = 63.86%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15459F (or 0x15459F) is known color: Egyptian Blue. HEX triplet: 15, 45 and 9F. RGB value is (21,69,159). Sum of RGB (Red+Green+Blue) = 21+69+159=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #15459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15459F is #EABA60. Grayscale: #404040. Windows color (decimal): -15383137 or 10437909. OLE color: 10437909.

HSL color Cylindrical-coordinate representation of color #15459F: hue angle of 219.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15459F is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 69 159 -
CMYK 0.87 0.57 0 0.38
HSL 219.13º 0.77% 0.35% -
HSV(B) 219.13º 0.87% 0.62% -
XYZ 8.7 6.92 33.68 -
YUV 64.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 21 69 159 0.87 0.57 0 0.38 219.13 0.77 0.35
Hex 15 45 9F 57 39 0 26 DB 4D 23
Octal 25 105 237 127 71 0 46 333 115 43
Binary 10101 1000101 10011111 1010111 111001 0 100110 11011011 1001101 100011

Color Harmonies of #15459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15459F

Black with #15459F

Text Example


Text Example

White with #15459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15459F; }

 p { color: rgb(21,69,159); }

 H1.HeaderClassName
 {
   color: #15459F;
 }
 .AnyTagClassName
 {
   color: #15459F;
 }
</style>

background-color css

<style>
 a { background-color: #15459F; }

 a { background-color: rgb(21,69,159); }

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

border-color css

<style>
 span { border-color: #15459F; }

 span { border-color: rgb(21,69,159); }

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