Html Css Color HEX #10328A Smalt

📋 copy color: '#10328A'

red 16 ◦ green 50 ◦ blue 138

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

Shades of Smalt #10328A

Tints of Smalt #10328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 7.84%
G = 24.51%
B = 67.65%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10328A (or 0x10328A) is known color: Smalt. HEX triplet: 10, 32 and 8A. RGB value is (16,50,138). Sum of RGB (Red+Green+Blue) = 16+50+138=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #10328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10328A is #EFCD75. Grayscale: #313131. Windows color (decimal): -15715702 or 9056784. OLE color: 9056784.

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

Color convert

RGB 16 50 138 -
CMYK 0.88 0.64 0 0.46
HSL 223.28º 0.79% 0.3% -
HSV(B) 223.28º 0.88% 0.54% -
XYZ 5.94 4.23 24.55 -
YUV 49.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 16 50 138 0.88 0.64 0 0.46 223.28 0.79 0.3
Hex 10 32 8A 58 40 0 2E DF 4F 1E
Octal 20 62 212 130 100 0 56 337 117 36
Binary 10000 110010 10001010 1011000 1000000 0 101110 11011111 1001111 11110

Color Harmonies of #10328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10328A

Black with #10328A

Text Example


Text Example

White with #10328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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