Html Css Color HEX #15209A Egyptian Blue

📋 copy color: '#15209A'

red 21 ◦ green 32 ◦ blue 154

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

Shades of Egyptian Blue #15209A

Tints of Egyptian Blue #15209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 10.14%
G = 15.46%
B = 74.4%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15209A (or 0x15209A) is known color: Egyptian Blue. HEX triplet: 15, 20 and 9A. RGB value is (21,32,154). Sum of RGB (Red+Green+Blue) = 21+32+154=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #15209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15209A is #EADF65. Grayscale: #2A2A2A. Windows color (decimal): -15392614 or 10100757. OLE color: 10100757.

HSL color Cylindrical-coordinate representation of color #15209A: hue angle of 235.04º 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 #15209A is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 32 154 -
CMYK 0.86 0.79 0 0.40
HSL 235.04º 0.76% 0.34% -
HSV(B) 235.04º 0.86% 0.6% -
XYZ 6.66 3.53 30.9 -
YUV 42.62 190.86 112.58 -
System Red Green Blue C M Y K H S L
Decimal 21 32 154 0.86 0.79 0 0.40 235.04 0.76 0.34
Hex 15 20 9A 56 4F 0 28 EB 4C 22
Octal 25 40 232 126 117 0 50 353 114 42
Binary 10101 100000 10011010 1010110 1001111 0 101000 11101011 1001100 100010

Color Harmonies of #15209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15209A

Black with #15209A

Text Example


Text Example

White with #15209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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