Html Css Color HEX #1035AD Egyptian Blue

📋 copy color: '#1035AD'

red 16 ◦ green 53 ◦ blue 173

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

Shades of Egyptian Blue #1035AD

Tints of Egyptian Blue #1035AD

RGB

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

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

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

R = 6.61%
G = 21.9%
B = 71.49%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1035AD (or 0x1035AD) is known color: Egyptian Blue. HEX triplet: 10, 35 and AD. RGB value is (16,53,173). Sum of RGB (Red+Green+Blue) = 16+53+173=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #1035AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1035AD is #EFCA52. Grayscale: #373737. Windows color (decimal): -15714899 or 11351312. OLE color: 11351312.

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

Color convert

RGB 16 53 173 -
CMYK 0.91 0.69 0 0.32
HSL 225.86º 0.83% 0.37% -
HSV(B) 225.86º 0.91% 0.68% -
XYZ 9.03 5.67 40.15 -
YUV 55.62 194.24 99.74 -
System Red Green Blue C M Y K H S L
Decimal 16 53 173 0.91 0.69 0 0.32 225.86 0.83 0.37
Hex 10 35 AD 5B 45 0 20 E2 53 25
Octal 20 65 255 133 105 0 40 342 123 45
Binary 10000 110101 10101101 1011011 1000101 0 100000 11100010 1010011 100101

Color Harmonies of #1035AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035AD

Black with #1035AD

Text Example


Text Example

White with #1035AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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