Html Css Color HEX #13268D Egyptian Blue

📋 copy color: '#13268D'

red 19 ◦ green 38 ◦ blue 141

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

Shades of Egyptian Blue #13268D

Tints of Egyptian Blue #13268D

RGB

 RED value IS 19 (7.81% from 255) = 9.6%

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

 BLUE value IS 141 (55.47% from 255) = 71.21%

R = 9.6%
G = 19.19%
B = 71.21%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13268D (or 0x13268D) is known color: Egyptian Blue. HEX triplet: 13, 26 and 8D. RGB value is (19,38,141). Sum of RGB (Red+Green+Blue) = 19+38+141=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #13268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13268D is #ECD972. Grayscale: #2B2B2B. Windows color (decimal): -15522163 or 9250323. OLE color: 9250323.

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

Color convert

RGB 19 38 141 -
CMYK 0.87 0.73 0 0.45
HSL 230.66º 0.76% 0.31% -
HSV(B) 230.66º 0.87% 0.55% -
XYZ 5.77 3.45 25.56 -
YUV 44.06 182.71 110.12 -
System Red Green Blue C M Y K H S L
Decimal 19 38 141 0.87 0.73 0 0.45 230.66 0.76 0.31
Hex 13 26 8D 57 49 0 2D E7 4C 1F
Octal 23 46 215 127 111 0 55 347 114 37
Binary 10011 100110 10001101 1010111 1001001 0 101101 11100111 1001100 11111

Color Harmonies of #13268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13268D

Black with #13268D

Text Example


Text Example

White with #13268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13268D; }

 p { color: rgb(19,38,141); }

 H1.HeaderClassName
 {
   color: #13268D;
 }
 .AnyTagClassName
 {
   color: #13268D;
 }
</style>

background-color css

<style>
 a { background-color: #13268D; }

 a { background-color: rgb(19,38,141); }

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

border-color css

<style>
 span { border-color: #13268D; }

 span { border-color: rgb(19,38,141); }

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