Html Css Color HEX #10449D Egyptian Blue

📋 copy color: '#10449D'

red 16 ◦ green 68 ◦ blue 157

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

Shades of Egyptian Blue #10449D

Tints of Egyptian Blue #10449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 6.64%
G = 28.22%
B = 65.15%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10449D (or 0x10449D) is known color: Egyptian Blue. HEX triplet: 10, 44 and 9D. RGB value is (16,68,157). Sum of RGB (Red+Green+Blue) = 16+68+157=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #10449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10449D is #EFBB62. Grayscale: #3E3E3E. Windows color (decimal): -15711075 or 10306576. OLE color: 10306576.

HSL color Cylindrical-coordinate representation of color #10449D: hue angle of 217.87º 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 #10449D is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 68 157 -
CMYK 0.90 0.57 0 0.38
HSL 217.87º 0.82% 0.34% -
HSV(B) 217.87º 0.9% 0.62% -
XYZ 8.37 6.68 32.75 -
YUV 62.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 16 68 157 0.90 0.57 0 0.38 217.87 0.82 0.34
Hex 10 44 9D 5A 39 0 26 DA 52 22
Octal 20 104 235 132 71 0 46 332 122 42
Binary 10000 1000100 10011101 1011010 111001 0 100110 11011010 1010010 100010

Color Harmonies of #10449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10449D

Black with #10449D

Text Example


Text Example

White with #10449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10449D; }

 p { color: rgb(16,68,157); }

 H1.HeaderClassName
 {
   color: #10449D;
 }
 .AnyTagClassName
 {
   color: #10449D;
 }
</style>

background-color css

<style>
 a { background-color: #10449D; }

 a { background-color: rgb(16,68,157); }

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

border-color css

<style>
 span { border-color: #10449D; }

 span { border-color: rgb(16,68,157); }

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