Html Css Color HEX #15269C Egyptian Blue

📋 copy color: '#15269C'

red 21 ◦ green 38 ◦ blue 156

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

Shades of Egyptian Blue #15269C

Tints of Egyptian Blue #15269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 9.77%
G = 17.67%
B = 72.56%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15269C (or 0x15269C) is known color: Egyptian Blue. HEX triplet: 15, 26 and 9C. RGB value is (21,38,156). Sum of RGB (Red+Green+Blue) = 21+38+156=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #15269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15269C is #EAD963. Grayscale: #2D2D2D. Windows color (decimal): -15391076 or 10233365. OLE color: 10233365.

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

Color convert

RGB 21 38 156 -
CMYK 0.87 0.76 0 0.39
HSL 232.44º 0.76% 0.35% -
HSV(B) 232.44º 0.87% 0.61% -
XYZ 7 3.95 31.85 -
YUV 46.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 21 38 156 0.87 0.76 0 0.39 232.44 0.76 0.35
Hex 15 26 9C 57 4C 0 27 E8 4C 23
Octal 25 46 234 127 114 0 47 350 114 43
Binary 10101 100110 10011100 1010111 1001100 0 100111 11101000 1001100 100011

Color Harmonies of #15269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15269C

Black with #15269C

Text Example


Text Example

White with #15269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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