Html Css Color HEX #15469F Egyptian Blue

📋 copy color: '#15469F'

red 21 ◦ green 70 ◦ blue 159

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

Shades of Egyptian Blue #15469F

Tints of Egyptian Blue #15469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 8.4%
G = 28%
B = 63.6%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15469F (or 0x15469F) is known color: Egyptian Blue. HEX triplet: 15, 46 and 9F. RGB value is (21,70,159). Sum of RGB (Red+Green+Blue) = 21+70+159=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #15469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15469F is #EAB960. Grayscale: #414141. Windows color (decimal): -15382881 or 10438165. OLE color: 10438165.

HSL color Cylindrical-coordinate representation of color #15469F: hue angle of 218.7º 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 #15469F is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 70 159 -
CMYK 0.87 0.56 0 0.38
HSL 218.7º 0.77% 0.35% -
HSV(B) 218.7º 0.87% 0.62% -
XYZ 8.76 7.04 33.7 -
YUV 65.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 21 70 159 0.87 0.56 0 0.38 218.7 0.77 0.35
Hex 15 46 9F 57 38 0 26 DB 4D 23
Octal 25 106 237 127 70 0 46 333 115 43
Binary 10101 1000110 10011111 1010111 111000 0 100110 11011011 1001101 100011

Color Harmonies of #15469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15469F

Black with #15469F

Text Example


Text Example

White with #15469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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