Html Css Color HEX #10389D Egyptian Blue

📋 copy color: '#10389D'

red 16 ◦ green 56 ◦ blue 157

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

Shades of Egyptian Blue #10389D

Tints of Egyptian Blue #10389D

RGB

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

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

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

R = 6.99%
G = 24.45%
B = 68.56%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10389D (or 0x10389D) is known color: Egyptian Blue. HEX triplet: 10, 38 and 9D. RGB value is (16,56,157). Sum of RGB (Red+Green+Blue) = 16+56+157=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #10389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10389D is #EFC762. Grayscale: #373737. Windows color (decimal): -15714147 or 10303504. OLE color: 10303504.

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

Color convert

RGB 16 56 157 -
CMYK 0.90 0.64 0 0.38
HSL 222.98º 0.82% 0.34% -
HSV(B) 222.98º 0.9% 0.62% -
XYZ 7.71 5.37 32.53 -
YUV 55.55 185.25 99.79 -
System Red Green Blue C M Y K H S L
Decimal 16 56 157 0.90 0.64 0 0.38 222.98 0.82 0.34
Hex 10 38 9D 5A 40 0 26 DF 52 22
Octal 20 70 235 132 100 0 46 337 122 42
Binary 10000 111000 10011101 1011010 1000000 0 100110 11011111 1010010 100010

Color Harmonies of #10389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10389D

Black with #10389D

Text Example


Text Example

White with #10389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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