Html Css Color HEX #15209B Egyptian Blue

📋 copy color: '#15209B'

red 21 ◦ green 32 ◦ blue 155

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

Shades of Egyptian Blue #15209B

Tints of Egyptian Blue #15209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.52%

R = 10.1%
G = 15.38%
B = 74.52%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15209B (or 0x15209B) is known color: Egyptian Blue. HEX triplet: 15, 20 and 9B. RGB value is (21,32,155). Sum of RGB (Red+Green+Blue) = 21+32+155=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #15209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15209B is #EADF64. Grayscale: #2A2A2A. Windows color (decimal): -15392613 or 10166293. OLE color: 10166293.

HSL color Cylindrical-coordinate representation of color #15209B: hue angle of 235.07º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15209B is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 32 155 -
CMYK 0.86 0.79 0 0.39
HSL 235.07º 0.76% 0.35% -
HSV(B) 235.07º 0.86% 0.61% -
XYZ 6.74 3.56 31.34 -
YUV 42.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 21 32 155 0.86 0.79 0 0.39 235.07 0.76 0.35
Hex 15 20 9B 56 4F 0 27 EB 4C 23
Octal 25 40 233 126 117 0 47 353 114 43
Binary 10101 100000 10011011 1010110 1001111 0 100111 11101011 1001100 100011

Color Harmonies of #15209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15209B

Black with #15209B

Text Example


Text Example

White with #15209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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