Html Css Color HEX #10319C Egyptian Blue

📋 copy color: '#10319C'

red 16 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #10319C

Tints of Egyptian Blue #10319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

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

R = 7.24%
G = 22.17%
B = 70.59%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10319C (or 0x10319C) is known color: Egyptian Blue. HEX triplet: 10, 31 and 9C. RGB value is (16,49,156). Sum of RGB (Red+Green+Blue) = 16+49+156=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #10319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10319C is #EFCE63. Grayscale: #323232. Windows color (decimal): -15715940 or 10236176. OLE color: 10236176.

HSL color Cylindrical-coordinate representation of color #10319C: hue angle of 225.86º 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 #10319C is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 49 156 -
CMYK 0.90 0.69 0 0.39
HSL 225.86º 0.81% 0.34% -
HSV(B) 225.86º 0.9% 0.61% -
XYZ 7.31 4.71 31.98 -
YUV 51.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 16 49 156 0.90 0.69 0 0.39 225.86 0.81 0.34
Hex 10 31 9C 5A 45 0 27 E2 51 22
Octal 20 61 234 132 105 0 47 342 121 42
Binary 10000 110001 10011100 1011010 1000101 0 100111 11100010 1010001 100010

Color Harmonies of #10319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10319C

Black with #10319C

Text Example


Text Example

White with #10319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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