Html Css Color HEX #10378D Smalt

📋 copy color: '#10378D'

red 16 ◦ green 55 ◦ blue 141

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

Shades of Smalt #10378D

Tints of Smalt #10378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 7.55%
G = 25.94%
B = 66.51%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10378D (or 0x10378D) is known color: Smalt. HEX triplet: 10, 37 and 8D. RGB value is (16,55,141). Sum of RGB (Red+Green+Blue) = 16+55+141=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #10378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10378D is #EFC872. Grayscale: #343434. Windows color (decimal): -15714419 or 9254672. OLE color: 9254672.

HSL color Cylindrical-coordinate representation of color #10378D: hue angle of 221.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10378D is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 55 141 -
CMYK 0.89 0.61 0 0.45
HSL 221.28º 0.8% 0.31% -
HSV(B) 221.28º 0.89% 0.55% -
XYZ 6.39 4.77 25.78 -
YUV 53.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 16 55 141 0.89 0.61 0 0.45 221.28 0.8 0.31
Hex 10 37 8D 59 3D 0 2D DD 50 1F
Octal 20 67 215 131 75 0 55 335 120 37
Binary 10000 110111 10001101 1011001 111101 0 101101 11011101 1010000 11111

Color Harmonies of #10378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10378D

Black with #10378D

Text Example


Text Example

White with #10378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,55,141); }

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

background-color css

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

 a { background-color: rgb(16,55,141); }

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

border-color css

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

 span { border-color: rgb(16,55,141); }

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