Html Css Color HEX #10389F Egyptian Blue

📋 copy color: '#10389F'

red 16 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #10389F

Tints of Egyptian Blue #10389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

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

R = 6.93%
G = 24.24%
B = 68.83%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10389F (or 0x10389F) is known color: Egyptian Blue. HEX triplet: 10, 38 and 9F. RGB value is (16,56,159). Sum of RGB (Red+Green+Blue) = 16+56+159=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #10389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10389F is #EFC760. Grayscale: #373737. Windows color (decimal): -15714145 or 10434576. OLE color: 10434576.

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

Color convert

RGB 16 56 159 -
CMYK 0.90 0.65 0 0.38
HSL 223.22º 0.82% 0.34% -
HSV(B) 223.22º 0.9% 0.62% -
XYZ 7.89 5.44 33.44 -
YUV 55.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 16 56 159 0.90 0.65 0 0.38 223.22 0.82 0.34
Hex 10 38 9F 5A 41 0 26 DF 52 22
Octal 20 70 237 132 101 0 46 337 122 42
Binary 10000 111000 10011111 1011010 1000001 0 100110 11011111 1010010 100010

Color Harmonies of #10389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10389F

Black with #10389F

Text Example


Text Example

White with #10389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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