Html Css Color HEX #1735AA Egyptian Blue

📋 copy color: '#1735AA'

red 23 ◦ green 53 ◦ blue 170

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

Shades of Egyptian Blue #1735AA

Tints of Egyptian Blue #1735AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 9.35%
G = 21.54%
B = 69.11%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1735AA (or 0x1735AA) is known color: Egyptian Blue. HEX triplet: 17, 35 and AA. RGB value is (23,53,170). Sum of RGB (Red+Green+Blue) = 23+53+170=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #1735AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1735AA is #E8CA55. Grayscale: #383838. Windows color (decimal): -15256150 or 11154711. OLE color: 11154711.

HSL color Cylindrical-coordinate representation of color #1735AA: hue angle of 227.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1735AA is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 53 170 -
CMYK 0.86 0.69 0 0.33
HSL 227.76º 0.76% 0.38% -
HSV(B) 227.76º 0.86% 0.67% -
XYZ 8.88 5.63 38.65 -
YUV 57.37 191.56 103.49 -
System Red Green Blue C M Y K H S L
Decimal 23 53 170 0.86 0.69 0 0.33 227.76 0.76 0.38
Hex 17 35 AA 56 45 0 21 E4 4C 26
Octal 27 65 252 126 105 0 41 344 114 46
Binary 10111 110101 10101010 1010110 1000101 0 100001 11100100 1001100 100110

Color Harmonies of #1735AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1735AA

Black with #1735AA

Text Example


Text Example

White with #1735AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,53,170); }

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

background-color css

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

 a { background-color: rgb(23,53,170); }

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

border-color css

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

 span { border-color: rgb(23,53,170); }

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