Html Css Color HEX #10328B Smalt

📋 copy color: '#10328B'

red 16 ◦ green 50 ◦ blue 139

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

Shades of Smalt #10328B

Tints of Smalt #10328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 7.8%
G = 24.39%
B = 67.8%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10328B (or 0x10328B) is known color: Smalt. HEX triplet: 10, 32 and 8B. RGB value is (16,50,139). Sum of RGB (Red+Green+Blue) = 16+50+139=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #10328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10328B is #EFCD74. Grayscale: #313131. Windows color (decimal): -15715701 or 9122320. OLE color: 9122320.

HSL color Cylindrical-coordinate representation of color #10328B: hue angle of 223.41º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10328B is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 50 139 -
CMYK 0.88 0.64 0 0.45
HSL 223.41º 0.79% 0.3% -
HSV(B) 223.41º 0.88% 0.55% -
XYZ 6.01 4.26 24.93 -
YUV 49.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 16 50 139 0.88 0.64 0 0.45 223.41 0.79 0.3
Hex 10 32 8B 58 40 0 2D DF 4F 1E
Octal 20 62 213 130 100 0 55 337 117 36
Binary 10000 110010 10001011 1011000 1000000 0 101101 11011111 1001111 11110

Color Harmonies of #10328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10328B

Black with #10328B

Text Example


Text Example

White with #10328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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