Html Css Color HEX #15369A Egyptian Blue

📋 copy color: '#15369A'

red 21 ◦ green 54 ◦ blue 154

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

Shades of Egyptian Blue #15369A

Tints of Egyptian Blue #15369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.25%

R = 9.17%
G = 23.58%
B = 67.25%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15369A (or 0x15369A) is known color: Egyptian Blue. HEX triplet: 15, 36 and 9A. RGB value is (21,54,154). Sum of RGB (Red+Green+Blue) = 21+54+154=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #15369A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15369A is #EAC965. Grayscale: #373737. Windows color (decimal): -15386982 or 10106389. OLE color: 10106389.

HSL color Cylindrical-coordinate representation of color #15369A: hue angle of 225.11º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15369A is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 54 154 -
CMYK 0.86 0.65 0 0.40
HSL 225.11º 0.76% 0.34% -
HSV(B) 225.11º 0.86% 0.6% -
XYZ 7.46 5.13 31.17 -
YUV 55.53 183.57 103.37 -
System Red Green Blue C M Y K H S L
Decimal 21 54 154 0.86 0.65 0 0.40 225.11 0.76 0.34
Hex 15 36 9A 56 41 0 28 E1 4C 22
Octal 25 66 232 126 101 0 50 341 114 42
Binary 10101 110110 10011010 1010110 1000001 0 101000 11100001 1001100 100010

Color Harmonies of #15369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15369A

Black with #15369A

Text Example


Text Example

White with #15369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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