Html Css Color HEX #15399C Egyptian Blue

📋 copy color: '#15399C'

red 21 ◦ green 57 ◦ blue 156

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

Shades of Egyptian Blue #15399C

Tints of Egyptian Blue #15399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 8.97%
G = 24.36%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15399C (or 0x15399C) is known color: Egyptian Blue. HEX triplet: 15, 39 and 9C. RGB value is (21,57,156). Sum of RGB (Red+Green+Blue) = 21+57+156=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #15399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15399C is #EAC663. Grayscale: #393939. Windows color (decimal): -15386212 or 10238229. OLE color: 10238229.

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

Color convert

RGB 21 57 156 -
CMYK 0.87 0.63 0 0.39
HSL 224º 0.76% 0.35% -
HSV(B) 224º 0.87% 0.61% -
XYZ 7.77 5.49 32.1 -
YUV 57.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 21 57 156 0.87 0.63 0 0.39 224 0.76 0.35
Hex 15 39 9C 57 3F 0 27 E0 4C 23
Octal 25 71 234 127 77 0 47 340 114 43
Binary 10101 111001 10011100 1010111 111111 0 100111 11100000 1001100 100011

Color Harmonies of #15399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15399C

Black with #15399C

Text Example


Text Example

White with #15399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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