Html Css Color HEX #1342AF Egyptian Blue

📋 copy color: '#1342AF'

red 19 ◦ green 66 ◦ blue 175

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

Shades of Egyptian Blue #1342AF

Tints of Egyptian Blue #1342AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 7.31%
G = 25.38%
B = 67.31%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1342AF (or 0x1342AF) is known color: Egyptian Blue. HEX triplet: 13, 42 and AF. RGB value is (19,66,175). Sum of RGB (Red+Green+Blue) = 19+66+175=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #1342AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1342AF is #ECBD50. Grayscale: #3F3F3F. Windows color (decimal): -15514961 or 11485715. OLE color: 11485715.

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

Color convert

RGB 19 66 175 -
CMYK 0.89 0.62 0 0.31
HSL 221.92º 0.8% 0.38% -
HSV(B) 221.92º 0.89% 0.69% -
XYZ 9.95 7.13 41.41 -
YUV 64.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 19 66 175 0.89 0.62 0 0.31 221.92 0.8 0.38
Hex 13 42 AF 59 3E 0 1F DE 50 26
Octal 23 102 257 131 76 0 37 336 120 46
Binary 10011 1000010 10101111 1011001 111110 0 11111 11011110 1010000 100110

Color Harmonies of #1342AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1342AF

Black with #1342AF

Text Example


Text Example

White with #1342AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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