Html Css Color HEX #1435AD Egyptian Blue

📋 copy color: '#1435AD'

red 20 ◦ green 53 ◦ blue 173

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

Shades of Egyptian Blue #1435AD

Tints of Egyptian Blue #1435AD

RGB

 RED value IS 20 (8.2% from 255) = 8.13%

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

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 8.13%
G = 21.54%
B = 70.33%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1435AD (or 0x1435AD) is known color: Egyptian Blue. HEX triplet: 14, 35 and AD. RGB value is (20,53,173). Sum of RGB (Red+Green+Blue) = 20+53+173=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #1435AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1435AD is #EBCA52. Grayscale: #383838. Windows color (decimal): -15452755 or 11351316. OLE color: 11351316.

HSL color Cylindrical-coordinate representation of color #1435AD: hue angle of 227.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1435AD is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 53 173 -
CMYK 0.88 0.69 0 0.32
HSL 227.06º 0.79% 0.38% -
HSV(B) 227.06º 0.88% 0.68% -
XYZ 9.1 5.71 40.16 -
YUV 56.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 20 53 173 0.88 0.69 0 0.32 227.06 0.79 0.38
Hex 14 35 AD 58 45 0 20 E3 4F 26
Octal 24 65 255 130 105 0 40 343 117 46
Binary 10100 110101 10101101 1011000 1000101 0 100000 11100011 1001111 100110

Color Harmonies of #1435AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1435AD

Black with #1435AD

Text Example


Text Example

White with #1435AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1435AD; }

 p { color: rgb(20,53,173); }

 H1.HeaderClassName
 {
   color: #1435AD;
 }
 .AnyTagClassName
 {
   color: #1435AD;
 }
</style>

background-color css

<style>
 a { background-color: #1435AD; }

 a { background-color: rgb(20,53,173); }

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

border-color css

<style>
 span { border-color: #1435AD; }

 span { border-color: rgb(20,53,173); }

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