Html Css Color HEX #1435A9 Egyptian Blue

📋 copy color: '#1435A9'

red 20 ◦ green 53 ◦ blue 169

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

Shades of Egyptian Blue #1435A9

Tints of Egyptian Blue #1435A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 69.83%

R = 8.26%
G = 21.9%
B = 69.83%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1435A9 (or 0x1435A9) is known color: Egyptian Blue. HEX triplet: 14, 35 and A9. RGB value is (20,53,169). Sum of RGB (Red+Green+Blue) = 20+53+169=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #1435A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1435A9 is #EBCA56. Grayscale: #373737. Windows color (decimal): -15452759 or 11089172. OLE color: 11089172.

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

Color convert

RGB 20 53 169 -
CMYK 0.88 0.69 0 0.34
HSL 226.71º 0.79% 0.37% -
HSV(B) 226.71º 0.88% 0.66% -
XYZ 8.72 5.56 38.15 -
YUV 56.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 20 53 169 0.88 0.69 0 0.34 226.71 0.79 0.37
Hex 14 35 A9 58 45 0 22 E3 4F 25
Octal 24 65 251 130 105 0 42 343 117 45
Binary 10100 110101 10101001 1011000 1000101 0 100010 11100011 1001111 100101

Color Harmonies of #1435A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1435A9

Black with #1435A9

Text Example


Text Example

White with #1435A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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