Html Css Color HEX #10339C Egyptian Blue

📋 copy color: '#10339C'

red 16 ◦ green 51 ◦ blue 156

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

Shades of Egyptian Blue #10339C

Tints of Egyptian Blue #10339C

RGB

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

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

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

R = 7.17%
G = 22.87%
B = 69.96%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10339C (or 0x10339C) is known color: Egyptian Blue. HEX triplet: 10, 33 and 9C. RGB value is (16,51,156). Sum of RGB (Red+Green+Blue) = 16+51+156=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #10339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10339C is #EFCC63. Grayscale: #343434. Windows color (decimal): -15715428 or 10236688. OLE color: 10236688.

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

Color convert

RGB 16 51 156 -
CMYK 0.90 0.67 0 0.39
HSL 225º 0.81% 0.34% -
HSV(B) 225º 0.9% 0.61% -
XYZ 7.4 4.88 32 -
YUV 52.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 16 51 156 0.90 0.67 0 0.39 225 0.81 0.34
Hex 10 33 9C 5A 43 0 27 E1 51 22
Octal 20 63 234 132 103 0 47 341 121 42
Binary 10000 110011 10011100 1011010 1000011 0 100111 11100001 1010001 100010

Color Harmonies of #10339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10339C

Black with #10339C

Text Example


Text Example

White with #10339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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