Html Css Color HEX #10309D Egyptian Blue

📋 copy color: '#10309D'

red 16 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #10309D

Tints of Egyptian Blue #10309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 7.24%
G = 21.72%
B = 71.04%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10309D (or 0x10309D) is known color: Egyptian Blue. HEX triplet: 10, 30 and 9D. RGB value is (16,48,157). Sum of RGB (Red+Green+Blue) = 16+48+157=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #10309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10309D is #EFCF62. Grayscale: #323232. Windows color (decimal): -15716195 or 10301456. OLE color: 10301456.

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

Color convert

RGB 16 48 157 -
CMYK 0.90 0.69 0 0.38
HSL 226.38º 0.82% 0.34% -
HSV(B) 226.38º 0.9% 0.62% -
XYZ 7.36 4.66 32.41 -
YUV 50.86 187.9 103.14 -
System Red Green Blue C M Y K H S L
Decimal 16 48 157 0.90 0.69 0 0.38 226.38 0.82 0.34
Hex 10 30 9D 5A 45 0 26 E2 52 22
Octal 20 60 235 132 105 0 46 342 122 42
Binary 10000 110000 10011101 1011010 1000101 0 100110 11100010 1010010 100010

Color Harmonies of #10309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10309D

Black with #10309D

Text Example


Text Example

White with #10309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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