Html Css Color HEX #10389C Egyptian Blue

📋 copy color: '#10389C'

red 16 ◦ green 56 ◦ blue 156

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

Shades of Egyptian Blue #10389C

Tints of Egyptian Blue #10389C

RGB

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

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

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

R = 7.02%
G = 24.56%
B = 68.42%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10389C (or 0x10389C) is known color: Egyptian Blue. HEX triplet: 10, 38 and 9C. RGB value is (16,56,156). Sum of RGB (Red+Green+Blue) = 16+56+156=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #10389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10389C is #EFC763. Grayscale: #373737. Windows color (decimal): -15714148 or 10237968. OLE color: 10237968.

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

Color convert

RGB 16 56 156 -
CMYK 0.90 0.64 0 0.39
HSL 222.86º 0.81% 0.34% -
HSV(B) 222.86º 0.9% 0.61% -
XYZ 7.63 5.34 32.08 -
YUV 55.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 16 56 156 0.90 0.64 0 0.39 222.86 0.81 0.34
Hex 10 38 9C 5A 40 0 27 DF 51 22
Octal 20 70 234 132 100 0 47 337 121 42
Binary 10000 111000 10011100 1011010 1000000 0 100111 11011111 1010001 100010

Color Harmonies of #10389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10389C

Black with #10389C

Text Example


Text Example

White with #10389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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