Html Css Color HEX #10328E Smalt

📋 copy color: '#10328E'

red 16 ◦ green 50 ◦ blue 142

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

Shades of Smalt #10328E

Tints of Smalt #10328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 7.69%
G = 24.04%
B = 68.27%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10328E (or 0x10328E) is known color: Smalt. HEX triplet: 10, 32 and 8E. RGB value is (16,50,142). Sum of RGB (Red+Green+Blue) = 16+50+142=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #10328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10328E is #EFCD71. Grayscale: #313131. Windows color (decimal): -15715698 or 9318928. OLE color: 9318928.

HSL color Cylindrical-coordinate representation of color #10328E: hue angle of 223.81º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10328E is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 50 142 -
CMYK 0.89 0.65 0 0.44
HSL 223.81º 0.8% 0.31% -
HSV(B) 223.81º 0.89% 0.56% -
XYZ 6.24 4.34 26.1 -
YUV 50.32 179.74 103.52 -
System Red Green Blue C M Y K H S L
Decimal 16 50 142 0.89 0.65 0 0.44 223.81 0.8 0.31
Hex 10 32 8E 59 41 0 2C E0 50 1F
Octal 20 62 216 131 101 0 54 340 120 37
Binary 10000 110010 10001110 1011001 1000001 0 101100 11100000 1010000 11111

Color Harmonies of #10328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10328E

Black with #10328E

Text Example


Text Example

White with #10328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10328E; }

 p { color: rgb(16,50,142); }

 H1.HeaderClassName
 {
   color: #10328E;
 }
 .AnyTagClassName
 {
   color: #10328E;
 }
</style>

background-color css

<style>
 a { background-color: #10328E; }

 a { background-color: rgb(16,50,142); }

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

border-color css

<style>
 span { border-color: #10328E; }

 span { border-color: rgb(16,50,142); }

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