Html Css Color HEX #10439D Egyptian Blue

📋 copy color: '#10439D'

red 16 ◦ green 67 ◦ blue 157

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

Shades of Egyptian Blue #10439D

Tints of Egyptian Blue #10439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

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

R = 6.67%
G = 27.92%
B = 65.42%

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

#10439D (or 0x10439D) is known color: Egyptian Blue. HEX triplet: 10, 43 and 9D. RGB value is (16,67,157). Sum of RGB (Red+Green+Blue) = 16+67+157=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #10439D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10439D is #EFBC62. Grayscale: #3D3D3D. Windows color (decimal): -15711331 or 10306320. OLE color: 10306320.

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

Color convert

RGB 16 67 157 -
CMYK 0.90 0.57 0 0.38
HSL 218.3º 0.82% 0.34% -
HSV(B) 218.3º 0.9% 0.62% -
XYZ 8.31 6.56 32.73 -
YUV 62.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 16 67 157 0.90 0.57 0 0.38 218.3 0.82 0.34
Hex 10 43 9D 5A 39 0 26 DA 52 22
Octal 20 103 235 132 71 0 46 332 122 42
Binary 10000 1000011 10011101 1011010 111001 0 100110 11011010 1010010 100010

Color Harmonies of #10439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10439D

Black with #10439D

Text Example


Text Example

White with #10439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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