Html Css Color HEX #1334AA Egyptian Blue

📋 copy color: '#1334AA'

red 19 ◦ green 52 ◦ blue 170

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

Shades of Egyptian Blue #1334AA

Tints of Egyptian Blue #1334AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 7.88%
G = 21.58%
B = 70.54%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1334AA (or 0x1334AA) is known color: Egyptian Blue. HEX triplet: 13, 34 and AA. RGB value is (19,52,170). Sum of RGB (Red+Green+Blue) = 19+52+170=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1334AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1334AA is #ECCB55. Grayscale: #373737. Windows color (decimal): -15518550 or 11154451. OLE color: 11154451.

HSL color Cylindrical-coordinate representation of color #1334AA: hue angle of 226.89º 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 #1334AA is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 52 170 -
CMYK 0.89 0.69 0 0.33
HSL 226.89º 0.8% 0.37% -
HSV(B) 226.89º 0.89% 0.67% -
XYZ 8.75 5.5 38.63 -
YUV 55.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 19 52 170 0.89 0.69 0 0.33 226.89 0.8 0.37
Hex 13 34 AA 59 45 0 21 E3 50 25
Octal 23 64 252 131 105 0 41 343 120 45
Binary 10011 110100 10101010 1011001 1000101 0 100001 11100011 1010000 100101

Color Harmonies of #1334AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334AA

Black with #1334AA

Text Example


Text Example

White with #1334AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1334AA; }

 p { color: rgb(19,52,170); }

 H1.HeaderClassName
 {
   color: #1334AA;
 }
 .AnyTagClassName
 {
   color: #1334AA;
 }
</style>

background-color css

<style>
 a { background-color: #1334AA; }

 a { background-color: rgb(19,52,170); }

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

border-color css

<style>
 span { border-color: #1334AA; }

 span { border-color: rgb(19,52,170); }

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