Html Css Color HEX #1034A0 Egyptian Blue

📋 copy color: '#1034A0'

red 16 ◦ green 52 ◦ blue 160

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

Shades of Egyptian Blue #1034A0

Tints of Egyptian Blue #1034A0

RGB

 RED value IS 16 (6.64% from 255) = 7.02%

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

 BLUE value IS 160 (62.89% from 255) = 70.18%

R = 7.02%
G = 22.81%
B = 70.18%

CMYK

 C value IS 0.9

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1034A0 (or 0x1034A0) is known color: Egyptian Blue. HEX triplet: 10, 34 and A0. RGB value is (16,52,160). Sum of RGB (Red+Green+Blue) = 16+52+160=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #1034A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1034A0 is #EFCB5F. Grayscale: #353535. Windows color (decimal): -15715168 or 10499088. OLE color: 10499088.

HSL color Cylindrical-coordinate representation of color #1034A0: hue angle of 225º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1034A0 is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 52 160 -
CMYK 0.9 0.68 0 0.37
HSL 225º 0.82% 0.35% -
HSV(B) 225º 0.9% 0.63% -
XYZ 7.79 5.1 33.83 -
YUV 53.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 16 52 160 0.9 0.68 0 0.37 225 0.82 0.35
Hex 10 34 A0 5A 44 0 25 E1 52 23
Octal 20 64 240 132 104 0 45 341 122 43
Binary 10000 110100 10100000 1011010 1000100 0 100101 11100001 1010010 100011

Color Harmonies of #1034A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1034A0

Black with #1034A0

Text Example


Text Example

White with #1034A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1034A0; }

 p { color: rgb(16,52,160); }

 H1.HeaderClassName
 {
   color: #1034A0;
 }
 .AnyTagClassName
 {
   color: #1034A0;
 }
</style>

background-color css

<style>
 a { background-color: #1034A0; }

 a { background-color: rgb(16,52,160); }

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

border-color css

<style>
 span { border-color: #1034A0; }

 span { border-color: rgb(16,52,160); }

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