Html Css Color HEX #15309C Egyptian Blue

📋 copy color: '#15309C'

red 21 ◦ green 48 ◦ blue 156

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

Shades of Egyptian Blue #15309C

Tints of Egyptian Blue #15309C

RGB

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

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

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

R = 9.33%
G = 21.33%
B = 69.33%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15309C (or 0x15309C) is known color: Egyptian Blue. HEX triplet: 15, 30 and 9C. RGB value is (21,48,156). Sum of RGB (Red+Green+Blue) = 21+48+156=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #15309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15309C is #EACF63. Grayscale: #333333. Windows color (decimal): -15388516 or 10235925. OLE color: 10235925.

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

Color convert

RGB 21 48 156 -
CMYK 0.87 0.69 0 0.39
HSL 228º 0.76% 0.35% -
HSV(B) 228º 0.87% 0.61% -
XYZ 7.37 4.67 31.97 -
YUV 52.24 186.55 105.72 -
System Red Green Blue C M Y K H S L
Decimal 21 48 156 0.87 0.69 0 0.39 228 0.76 0.35
Hex 15 30 9C 57 45 0 27 E4 4C 23
Octal 25 60 234 127 105 0 47 344 114 43
Binary 10101 110000 10011100 1010111 1000101 0 100111 11100100 1001100 100011

Color Harmonies of #15309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15309C

Black with #15309C

Text Example


Text Example

White with #15309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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