Html Css Color HEX #15268B Egyptian Blue

📋 copy color: '#15268B'

red 21 ◦ green 38 ◦ blue 139

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

Shades of Egyptian Blue #15268B

Tints of Egyptian Blue #15268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 10.61%
G = 19.19%
B = 70.2%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15268B (or 0x15268B) is known color: Egyptian Blue. HEX triplet: 15, 26 and 8B. RGB value is (21,38,139). Sum of RGB (Red+Green+Blue) = 21+38+139=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #15268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15268B is #EAD974. Grayscale: #2C2C2C. Windows color (decimal): -15391093 or 9119253. OLE color: 9119253.

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

Color convert

RGB 21 38 139 -
CMYK 0.85 0.73 0 0.45
HSL 231.36º 0.74% 0.31% -
HSV(B) 231.36º 0.85% 0.55% -
XYZ 5.66 3.41 24.79 -
YUV 44.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 21 38 139 0.85 0.73 0 0.45 231.36 0.74 0.31
Hex 15 26 8B 55 49 0 2D E7 4A 1F
Octal 25 46 213 125 111 0 55 347 112 37
Binary 10101 100110 10001011 1010101 1001001 0 101101 11100111 1001010 11111

Color Harmonies of #15268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15268B

Black with #15268B

Text Example


Text Example

White with #15268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15268B; }

 p { color: rgb(21,38,139); }

 H1.HeaderClassName
 {
   color: #15268B;
 }
 .AnyTagClassName
 {
   color: #15268B;
 }
</style>

background-color css

<style>
 a { background-color: #15268B; }

 a { background-color: rgb(21,38,139); }

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

border-color css

<style>
 span { border-color: #15268B; }

 span { border-color: rgb(21,38,139); }

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