Html Css Color HEX #15259A Egyptian Blue

📋 copy color: '#15259A'

red 21 ◦ green 37 ◦ blue 154

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

Shades of Egyptian Blue #15259A

Tints of Egyptian Blue #15259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 9.91%
G = 17.45%
B = 72.64%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15259A (or 0x15259A) is known color: Egyptian Blue. HEX triplet: 15, 25 and 9A. RGB value is (21,37,154). Sum of RGB (Red+Green+Blue) = 21+37+154=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #15259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15259A is #EADA65. Grayscale: #2D2D2D. Windows color (decimal): -15391334 or 10102037. OLE color: 10102037.

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

Color convert

RGB 21 37 154 -
CMYK 0.86 0.76 0 0.40
HSL 232.78º 0.76% 0.34% -
HSV(B) 232.78º 0.86% 0.6% -
XYZ 6.8 3.82 30.95 -
YUV 45.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 21 37 154 0.86 0.76 0 0.40 232.78 0.76 0.34
Hex 15 25 9A 56 4C 0 28 E9 4C 22
Octal 25 45 232 126 114 0 50 351 114 42
Binary 10101 100101 10011010 1010110 1001100 0 101000 11101001 1001100 100010

Color Harmonies of #15259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15259A

Black with #15259A

Text Example


Text Example

White with #15259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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