Html Css Color HEX #10239D Egyptian Blue

📋 copy color: '#10239D'

red 16 ◦ green 35 ◦ blue 157

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

Shades of Egyptian Blue #10239D

Tints of Egyptian Blue #10239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 7.69%
G = 16.83%
B = 75.48%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10239D (or 0x10239D) is known color: Egyptian Blue. HEX triplet: 10, 23 and 9D. RGB value is (16,35,157). Sum of RGB (Red+Green+Blue) = 16+35+157=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #10239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10239D is #EFDC62. Grayscale: #2A2A2A. Windows color (decimal): -15719523 or 10298128. OLE color: 10298128.

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

Color convert

RGB 16 35 157 -
CMYK 0.90 0.78 0 0.38
HSL 231.91º 0.82% 0.34% -
HSV(B) 231.91º 0.9% 0.62% -
XYZ 6.9 3.75 32.26 -
YUV 43.23 192.21 108.58 -
System Red Green Blue C M Y K H S L
Decimal 16 35 157 0.90 0.78 0 0.38 231.91 0.82 0.34
Hex 10 23 9D 5A 4E 0 26 E8 52 22
Octal 20 43 235 132 116 0 46 350 122 42
Binary 10000 100011 10011101 1011010 1001110 0 100110 11101000 1010010 100010

Color Harmonies of #10239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10239D

Black with #10239D

Text Example


Text Example

White with #10239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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