Html Css Color HEX #15278C Egyptian Blue

📋 copy color: '#15278C'

red 21 ◦ green 39 ◦ blue 140

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

Shades of Egyptian Blue #15278C

Tints of Egyptian Blue #15278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.5%

 BLUE value IS 140 (55.08% from 255) = 70%

R = 10.5%
G = 19.5%
B = 70%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15278C (or 0x15278C) is known color: Egyptian Blue. HEX triplet: 15, 27 and 8C. RGB value is (21,39,140). Sum of RGB (Red+Green+Blue) = 21+39+140=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #15278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15278C is #EAD873. Grayscale: #2C2C2C. Windows color (decimal): -15390836 or 9185045. OLE color: 9185045.

HSL color Cylindrical-coordinate representation of color #15278C: hue angle of 230.92º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15278C is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 39 140 -
CMYK 0.85 0.72 0 0.45
HSL 230.92º 0.74% 0.32% -
HSV(B) 230.92º 0.85% 0.55% -
XYZ 5.77 3.5 25.18 -
YUV 45.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 21 39 140 0.85 0.72 0 0.45 230.92 0.74 0.32
Hex 15 27 8C 55 48 0 2D E7 4A 20
Octal 25 47 214 125 110 0 55 347 112 40
Binary 10101 100111 10001100 1010101 1001000 0 101101 11100111 1001010 100000

Color Harmonies of #15278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15278C

Black with #15278C

Text Example


Text Example

White with #15278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,39,140); }

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

background-color css

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

 a { background-color: rgb(21,39,140); }

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

border-color css

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

 span { border-color: rgb(21,39,140); }

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