Html Css Color HEX #1034A1 Egyptian Blue

📋 copy color: '#1034A1'

red 16 ◦ green 52 ◦ blue 161

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

Shades of Egyptian Blue #1034A1

Tints of Egyptian Blue #1034A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 70.31%

R = 6.99%
G = 22.71%
B = 70.31%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1034A1 (or 0x1034A1) is known color: Egyptian Blue. HEX triplet: 10, 34 and A1. RGB value is (16,52,161). Sum of RGB (Red+Green+Blue) = 16+52+161=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 161 (63.28% from 255 or 70.31% from 229); Max value from RGB is 161 - color contains mainly: blue. Hex color #1034A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1034A1 is #EFCB5E. Grayscale: #353535. Windows color (decimal): -15715167 or 10564624. OLE color: 10564624.

HSL color Cylindrical-coordinate representation of color #1034A1: hue angle of 225.1º 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 #1034A1 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 52 161 -
CMYK 0.90 0.68 0 0.37
HSL 225.1º 0.82% 0.35% -
HSV(B) 225.1º 0.9% 0.63% -
XYZ 7.87 5.14 34.3 -
YUV 53.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 16 52 161 0.90 0.68 0 0.37 225.1 0.82 0.35
Hex 10 34 A1 5A 44 0 25 E1 52 23
Octal 20 64 241 132 104 0 45 341 122 43
Binary 10000 110100 10100001 1011010 1000100 0 100101 11100001 1010010 100011

Color Harmonies of #1034A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1034A1

Black with #1034A1

Text Example


Text Example

White with #1034A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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