Html Css Color HEX #1340AF Egyptian Blue

📋 copy color: '#1340AF'

red 19 ◦ green 64 ◦ blue 175

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

Shades of Egyptian Blue #1340AF

Tints of Egyptian Blue #1340AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 7.36%
G = 24.81%
B = 67.83%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1340AF (or 0x1340AF) is known color: Egyptian Blue. HEX triplet: 13, 40 and AF. RGB value is (19,64,175). Sum of RGB (Red+Green+Blue) = 19+64+175=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #1340AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1340AF is #ECBF50. Grayscale: #3E3E3E. Windows color (decimal): -15515473 or 11485203. OLE color: 11485203.

HSL color Cylindrical-coordinate representation of color #1340AF: hue angle of 222.69º 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 #1340AF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 64 175 -
CMYK 0.89 0.63 0 0.31
HSL 222.69º 0.8% 0.38% -
HSV(B) 222.69º 0.89% 0.69% -
XYZ 9.84 6.9 41.37 -
YUV 63.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 19 64 175 0.89 0.63 0 0.31 222.69 0.8 0.38
Hex 13 40 AF 59 3F 0 1F DF 50 26
Octal 23 100 257 131 77 0 37 337 120 46
Binary 10011 1000000 10101111 1011001 111111 0 11111 11011111 1010000 100110

Color Harmonies of #1340AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340AF

Black with #1340AF

Text Example


Text Example

White with #1340AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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