Html Css Color HEX #10379C Egyptian Blue

📋 copy color: '#10379C'

red 16 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #10379C

Tints of Egyptian Blue #10379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

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

R = 7.05%
G = 24.23%
B = 68.72%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10379C (or 0x10379C) is known color: Egyptian Blue. HEX triplet: 10, 37 and 9C. RGB value is (16,55,156). Sum of RGB (Red+Green+Blue) = 16+55+156=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #10379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10379C is #EFC863. Grayscale: #363636. Windows color (decimal): -15714404 or 10237712. OLE color: 10237712.

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

Color convert

RGB 16 55 156 -
CMYK 0.90 0.65 0 0.39
HSL 223.29º 0.81% 0.34% -
HSV(B) 223.29º 0.9% 0.61% -
XYZ 7.58 5.24 32.06 -
YUV 54.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 16 55 156 0.90 0.65 0 0.39 223.29 0.81 0.34
Hex 10 37 9C 5A 41 0 27 DF 51 22
Octal 20 67 234 132 101 0 47 337 121 42
Binary 10000 110111 10011100 1011010 1000001 0 100111 11011111 1010001 100010

Color Harmonies of #10379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10379C

Black with #10379C

Text Example


Text Example

White with #10379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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