Html Css Color HEX #15269E Egyptian Blue

📋 copy color: '#15269E'

red 21 ◦ green 38 ◦ blue 158

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

Shades of Egyptian Blue #15269E

Tints of Egyptian Blue #15269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

 BLUE value IS 158 (62.11% from 255) = 72.81%

R = 9.68%
G = 17.51%
B = 72.81%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15269E (or 0x15269E) is known color: Egyptian Blue. HEX triplet: 15, 26 and 9E. RGB value is (21,38,158). Sum of RGB (Red+Green+Blue) = 21+38+158=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #15269E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15269E is #EAD961. Grayscale: #2E2E2E. Windows color (decimal): -15391074 or 10364437. OLE color: 10364437.

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

Color convert

RGB 21 38 158 -
CMYK 0.87 0.76 0 0.38
HSL 232.55º 0.77% 0.35% -
HSV(B) 232.55º 0.87% 0.62% -
XYZ 7.17 4.01 32.74 -
YUV 46.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 21 38 158 0.87 0.76 0 0.38 232.55 0.77 0.35
Hex 15 26 9E 57 4C 0 26 E9 4D 23
Octal 25 46 236 127 114 0 46 351 115 43
Binary 10101 100110 10011110 1010111 1001100 0 100110 11101001 1001101 100011

Color Harmonies of #15269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15269E

Black with #15269E

Text Example


Text Example

White with #15269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15269E; }

 p { color: rgb(21,38,158); }

 H1.HeaderClassName
 {
   color: #15269E;
 }
 .AnyTagClassName
 {
   color: #15269E;
 }
</style>

background-color css

<style>
 a { background-color: #15269E; }

 a { background-color: rgb(21,38,158); }

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

border-color css

<style>
 span { border-color: #15269E; }

 span { border-color: rgb(21,38,158); }

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