Html Css Color HEX #10359C Egyptian Blue

📋 copy color: '#10359C'

red 16 ◦ green 53 ◦ blue 156

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

Shades of Egyptian Blue #10359C

Tints of Egyptian Blue #10359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 7.11%
G = 23.56%
B = 69.33%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10359C (or 0x10359C) is known color: Egyptian Blue. HEX triplet: 10, 35 and 9C. RGB value is (16,53,156). Sum of RGB (Red+Green+Blue) = 16+53+156=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #10359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10359C is #EFCA63. Grayscale: #353535. Windows color (decimal): -15714916 or 10237200. OLE color: 10237200.

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

Color convert

RGB 16 53 156 -
CMYK 0.90 0.66 0 0.39
HSL 224.14º 0.81% 0.34% -
HSV(B) 224.14º 0.9% 0.61% -
XYZ 7.49 5.06 32.03 -
YUV 53.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 16 53 156 0.90 0.66 0 0.39 224.14 0.81 0.34
Hex 10 35 9C 5A 42 0 27 E0 51 22
Octal 20 65 234 132 102 0 47 340 121 42
Binary 10000 110101 10011100 1011010 1000010 0 100111 11100000 1010001 100010

Color Harmonies of #10359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10359C

Black with #10359C

Text Example


Text Example

White with #10359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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