Html Css Color HEX #10359A Egyptian Blue

📋 copy color: '#10359A'

red 16 ◦ green 53 ◦ blue 154

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

Shades of Egyptian Blue #10359A

Tints of Egyptian Blue #10359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.06%

R = 7.17%
G = 23.77%
B = 69.06%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10359A (or 0x10359A) is known color: Egyptian Blue. HEX triplet: 10, 35 and 9A. RGB value is (16,53,154). Sum of RGB (Red+Green+Blue) = 16+53+154=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #10359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10359A is #EFCA65. Grayscale: #353535. Windows color (decimal): -15714918 or 10106128. OLE color: 10106128.

HSL color Cylindrical-coordinate representation of color #10359A: hue angle of 223.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10359A is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 53 154 -
CMYK 0.90 0.66 0 0.40
HSL 223.91º 0.81% 0.33% -
HSV(B) 223.91º 0.9% 0.6% -
XYZ 7.32 4.99 31.15 -
YUV 53.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 16 53 154 0.90 0.66 0 0.40 223.91 0.81 0.33
Hex 10 35 9A 5A 42 0 28 E0 51 21
Octal 20 65 232 132 102 0 50 340 121 41
Binary 10000 110101 10011010 1011010 1000010 0 101000 11100000 1010001 100001

Color Harmonies of #10359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10359A

Black with #10359A

Text Example


Text Example

White with #10359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10359A; }

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

 H1.HeaderClassName
 {
   color: #10359A;
 }
 .AnyTagClassName
 {
   color: #10359A;
 }
</style>

background-color css

<style>
 a { background-color: #10359A; }

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

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

border-color css

<style>
 span { border-color: #10359A; }

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

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