Html Css Color HEX #1734A1 Egyptian Blue

📋 copy color: '#1734A1'

red 23 ◦ green 52 ◦ blue 161

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

Shades of Egyptian Blue #1734A1

Tints of Egyptian Blue #1734A1

RGB

 RED value IS 23 (9.38% from 255) = 9.75%

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

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

R = 9.75%
G = 22.03%
B = 68.22%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1734A1 (or 0x1734A1) is known color: Egyptian Blue. HEX triplet: 17, 34 and A1. RGB value is (23,52,161). Sum of RGB (Red+Green+Blue) = 23+52+161=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #1734A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1734A1 is #E8CB5E. Grayscale: #373737. Windows color (decimal): -15256415 or 10564631. OLE color: 10564631.

HSL color Cylindrical-coordinate representation of color #1734A1: hue angle of 227.39º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1734A1 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 23 52 161 -
CMYK 0.86 0.68 0 0.37
HSL 227.39º 0.75% 0.36% -
HSV(B) 227.39º 0.86% 0.63% -
XYZ 8.01 5.21 34.3 -
YUV 55.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 23 52 161 0.86 0.68 0 0.37 227.39 0.75 0.36
Hex 17 34 A1 56 44 0 25 E3 4B 24
Octal 27 64 241 126 104 0 45 343 113 44
Binary 10111 110100 10100001 1010110 1000100 0 100101 11100011 1001011 100100

Color Harmonies of #1734A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1734A1

Black with #1734A1

Text Example


Text Example

White with #1734A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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