Html Css Color HEX #15338E Egyptian Blue

📋 copy color: '#15338E'

red 21 ◦ green 51 ◦ blue 142

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

Shades of Egyptian Blue #15338E

Tints of Egyptian Blue #15338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 142 (55.86% from 255) = 66.36%

R = 9.81%
G = 23.83%
B = 66.36%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15338E (or 0x15338E) is known color: Egyptian Blue. HEX triplet: 15, 33 and 8E. RGB value is (21,51,142). Sum of RGB (Red+Green+Blue) = 21+51+142=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #15338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15338E is #EACC71. Grayscale: #343434. Windows color (decimal): -15387762 or 9319189. OLE color: 9319189.

HSL color Cylindrical-coordinate representation of color #15338E: hue angle of 225.12º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15338E is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 51 142 -
CMYK 0.85 0.64 0 0.44
HSL 225.12º 0.74% 0.32% -
HSV(B) 225.12º 0.85% 0.56% -
XYZ 6.38 4.48 26.12 -
YUV 52.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 21 51 142 0.85 0.64 0 0.44 225.12 0.74 0.32
Hex 15 33 8E 55 40 0 2C E1 4A 20
Octal 25 63 216 125 100 0 54 341 112 40
Binary 10101 110011 10001110 1010101 1000000 0 101100 11100001 1001010 100000

Color Harmonies of #15338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15338E

Black with #15338E

Text Example


Text Example

White with #15338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15338E; }

 p { color: rgb(21,51,142); }

 H1.HeaderClassName
 {
   color: #15338E;
 }
 .AnyTagClassName
 {
   color: #15338E;
 }
</style>

background-color css

<style>
 a { background-color: #15338E; }

 a { background-color: rgb(21,51,142); }

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

border-color css

<style>
 span { border-color: #15338E; }

 span { border-color: rgb(21,51,142); }

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