Html Css Color HEX #1342AB Egyptian Blue

📋 copy color: '#1342AB'

red 19 ◦ green 66 ◦ blue 171

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

Shades of Egyptian Blue #1342AB

Tints of Egyptian Blue #1342AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 7.42%
G = 25.78%
B = 66.8%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1342AB (or 0x1342AB) is known color: Egyptian Blue. HEX triplet: 13, 42 and AB. RGB value is (19,66,171). Sum of RGB (Red+Green+Blue) = 19+66+171=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #1342AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1342AB is #ECBD54. Grayscale: #3F3F3F. Windows color (decimal): -15514965 or 11223571. OLE color: 11223571.

HSL color Cylindrical-coordinate representation of color #1342AB: hue angle of 221.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1342AB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 66 171 -
CMYK 0.89 0.61 0 0.33
HSL 221.45º 0.8% 0.37% -
HSV(B) 221.45º 0.89% 0.67% -
XYZ 9.57 6.98 39.37 -
YUV 63.92 188.43 95.96 -
System Red Green Blue C M Y K H S L
Decimal 19 66 171 0.89 0.61 0 0.33 221.45 0.8 0.37
Hex 13 42 AB 59 3D 0 21 DD 50 25
Octal 23 102 253 131 75 0 41 335 120 45
Binary 10011 1000010 10101011 1011001 111101 0 100001 11011101 1010000 100101

Color Harmonies of #1342AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1342AB

Black with #1342AB

Text Example


Text Example

White with #1342AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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