Html Css Color HEX #15369D Egyptian Blue

📋 copy color: '#15369D'

red 21 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #15369D

Tints of Egyptian Blue #15369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 9.05%
G = 23.28%
B = 67.67%

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

#15369D (or 0x15369D) is known color: Egyptian Blue. HEX triplet: 15, 36 and 9D. RGB value is (21,54,157). Sum of RGB (Red+Green+Blue) = 21+54+157=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #15369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15369D is #EAC962. Grayscale: #373737. Windows color (decimal): -15386979 or 10302997. OLE color: 10302997.

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

Color convert

RGB 21 54 157 -
CMYK 0.87 0.66 0 0.38
HSL 225.44º 0.76% 0.35% -
HSV(B) 225.44º 0.87% 0.62% -
XYZ 7.71 5.23 32.5 -
YUV 55.88 185.07 103.12 -
System Red Green Blue C M Y K H S L
Decimal 21 54 157 0.87 0.66 0 0.38 225.44 0.76 0.35
Hex 15 36 9D 57 42 0 26 E1 4C 23
Octal 25 66 235 127 102 0 46 341 114 43
Binary 10101 110110 10011101 1010111 1000010 0 100110 11100001 1001100 100011

Color Harmonies of #15369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15369D

Black with #15369D

Text Example


Text Example

White with #15369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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