Html Css Color HEX #15309D Egyptian Blue

📋 copy color: '#15309D'

red 21 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #15309D

Tints of Egyptian Blue #15309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 9.29%
G = 21.24%
B = 69.47%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15309D (or 0x15309D) is known color: Egyptian Blue. HEX triplet: 15, 30 and 9D. RGB value is (21,48,157). Sum of RGB (Red+Green+Blue) = 21+48+157=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #15309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15309D is #EACF62. Grayscale: #333333. Windows color (decimal): -15388515 or 10301461. OLE color: 10301461.

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

Color convert

RGB 21 48 157 -
CMYK 0.87 0.69 0 0.38
HSL 228.09º 0.76% 0.35% -
HSV(B) 228.09º 0.87% 0.62% -
XYZ 7.45 4.71 32.41 -
YUV 52.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 21 48 157 0.87 0.69 0 0.38 228.09 0.76 0.35
Hex 15 30 9D 57 45 0 26 E4 4C 23
Octal 25 60 235 127 105 0 46 344 114 43
Binary 10101 110000 10011101 1010111 1000101 0 100110 11100100 1001100 100011

Color Harmonies of #15309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15309D

Black with #15309D

Text Example


Text Example

White with #15309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15309D; }

 p { color: rgb(21,48,157); }

 H1.HeaderClassName
 {
   color: #15309D;
 }
 .AnyTagClassName
 {
   color: #15309D;
 }
</style>

background-color css

<style>
 a { background-color: #15309D; }

 a { background-color: rgb(21,48,157); }

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

border-color css

<style>
 span { border-color: #15309D; }

 span { border-color: rgb(21,48,157); }

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