Html Css Color HEX #10319F Egyptian Blue

📋 copy color: '#10319F'

red 16 ◦ green 49 ◦ blue 159

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

Shades of Egyptian Blue #10319F

Tints of Egyptian Blue #10319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 7.14%
G = 21.88%
B = 70.98%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10319F (or 0x10319F) is known color: Egyptian Blue. HEX triplet: 10, 31 and 9F. RGB value is (16,49,159). Sum of RGB (Red+Green+Blue) = 16+49+159=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #10319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10319F is #EFCE60. Grayscale: #333333. Windows color (decimal): -15715937 or 10432784. OLE color: 10432784.

HSL color Cylindrical-coordinate representation of color #10319F: hue angle of 226.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10319F is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 49 159 -
CMYK 0.90 0.69 0 0.38
HSL 226.15º 0.82% 0.34% -
HSV(B) 226.15º 0.9% 0.62% -
XYZ 7.57 4.81 33.33 -
YUV 51.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 16 49 159 0.90 0.69 0 0.38 226.15 0.82 0.34
Hex 10 31 9F 5A 45 0 26 E2 52 22
Octal 20 61 237 132 105 0 46 342 122 42
Binary 10000 110001 10011111 1011010 1000101 0 100110 11100010 1010010 100010

Color Harmonies of #10319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10319F

Black with #10319F

Text Example


Text Example

White with #10319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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