Html Css Color HEX #1318AF Egyptian Blue

📋 copy color: '#1318AF'

red 19 ◦ green 24 ◦ blue 175

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

Shades of Egyptian Blue #1318AF

Tints of Egyptian Blue #1318AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 175 (68.75% from 255) = 80.28%

R = 8.72%
G = 11.01%
B = 80.28%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1318AF (or 0x1318AF) is known color: Egyptian Blue. HEX triplet: 13, 18 and AF. RGB value is (19,24,175). Sum of RGB (Red+Green+Blue) = 19+24+175=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #1318AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1318AF is #ECE750. Grayscale: #272727. Windows color (decimal): -15525713 or 11474963. OLE color: 11474963.

HSL color Cylindrical-coordinate representation of color #1318AF: hue angle of 238.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1318AF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 24 175 -
CMYK 0.89 0.86 0 0.31
HSL 238.08º 0.8% 0.38% -
HSV(B) 238.08º 0.89% 0.69% -
XYZ 8.33 3.89 40.87 -
YUV 39.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 19 24 175 0.89 0.86 0 0.31 238.08 0.8 0.38
Hex 13 18 AF 59 56 0 1F EE 50 26
Octal 23 30 257 131 126 0 37 356 120 46
Binary 10011 11000 10101111 1011001 1010110 0 11111 11101110 1010000 100110

Color Harmonies of #1318AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318AF

Black with #1318AF

Text Example


Text Example

White with #1318AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1318AF; }

 p { color: rgb(19,24,175); }

 H1.HeaderClassName
 {
   color: #1318AF;
 }
 .AnyTagClassName
 {
   color: #1318AF;
 }
</style>

background-color css

<style>
 a { background-color: #1318AF; }

 a { background-color: rgb(19,24,175); }

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

border-color css

<style>
 span { border-color: #1318AF; }

 span { border-color: rgb(19,24,175); }

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