Html Css Color HEX #10339D Egyptian Blue

📋 copy color: '#10339D'

red 16 ◦ green 51 ◦ blue 157

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

Shades of Egyptian Blue #10339D

Tints of Egyptian Blue #10339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 7.14%
G = 22.77%
B = 70.09%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10339D (or 0x10339D) is known color: Egyptian Blue. HEX triplet: 10, 33 and 9D. RGB value is (16,51,157). Sum of RGB (Red+Green+Blue) = 16+51+157=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #10339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10339D is #EFCC62. Grayscale: #343434. Windows color (decimal): -15715427 or 10302224. OLE color: 10302224.

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

Color convert

RGB 16 51 157 -
CMYK 0.90 0.68 0 0.38
HSL 225.11º 0.82% 0.34% -
HSV(B) 225.11º 0.9% 0.62% -
XYZ 7.48 4.91 32.45 -
YUV 52.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 16 51 157 0.90 0.68 0 0.38 225.11 0.82 0.34
Hex 10 33 9D 5A 44 0 26 E1 52 22
Octal 20 63 235 132 104 0 46 341 122 42
Binary 10000 110011 10011101 1011010 1000100 0 100110 11100001 1010010 100010

Color Harmonies of #10339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10339D

Black with #10339D

Text Example


Text Example

White with #10339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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