Html Css Color HEX #15369F Egyptian Blue

📋 copy color: '#15369F'

red 21 ◦ green 54 ◦ blue 159

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

Shades of Egyptian Blue #15369F

Tints of Egyptian Blue #15369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

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

R = 8.97%
G = 23.08%
B = 67.95%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15369F (or 0x15369F) is known color: Egyptian Blue. HEX triplet: 15, 36 and 9F. RGB value is (21,54,159). Sum of RGB (Red+Green+Blue) = 21+54+159=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #15369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15369F is #EAC960. Grayscale: #373737. Windows color (decimal): -15386977 or 10434069. OLE color: 10434069.

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

Color convert

RGB 21 54 159 -
CMYK 0.87 0.66 0 0.38
HSL 225.65º 0.77% 0.35% -
HSV(B) 225.65º 0.87% 0.62% -
XYZ 7.89 5.3 33.41 -
YUV 56.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 21 54 159 0.87 0.66 0 0.38 225.65 0.77 0.35
Hex 15 36 9F 57 42 0 26 E2 4D 23
Octal 25 66 237 127 102 0 46 342 115 43
Binary 10101 110110 10011111 1010111 1000010 0 100110 11100010 1001101 100011

Color Harmonies of #15369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15369F

Black with #15369F

Text Example


Text Example

White with #15369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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