Html Css Color HEX #10378F Smalt

📋 copy color: '#10378F'

red 16 ◦ green 55 ◦ blue 143

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

Shades of Smalt #10378F

Tints of Smalt #10378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 66.82%

R = 7.48%
G = 25.7%
B = 66.82%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10378F (or 0x10378F) is known color: Smalt. HEX triplet: 10, 37 and 8F. RGB value is (16,55,143). Sum of RGB (Red+Green+Blue) = 16+55+143=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #10378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10378F is #EFC870. Grayscale: #343434. Windows color (decimal): -15714417 or 9385744. OLE color: 9385744.

HSL color Cylindrical-coordinate representation of color #10378F: hue angle of 221.57º 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 #10378F is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 55 143 -
CMYK 0.89 0.62 0 0.44
HSL 221.57º 0.8% 0.31% -
HSV(B) 221.57º 0.89% 0.56% -
XYZ 6.54 4.83 26.57 -
YUV 53.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 16 55 143 0.89 0.62 0 0.44 221.57 0.8 0.31
Hex 10 37 8F 59 3E 0 2C DE 50 1F
Octal 20 67 217 131 76 0 54 336 120 37
Binary 10000 110111 10001111 1011001 111110 0 101100 11011110 1010000 11111

Color Harmonies of #10378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10378F

Black with #10378F

Text Example


Text Example

White with #10378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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