Html Css Color HEX #10378B Smalt

📋 copy color: '#10378B'

red 16 ◦ green 55 ◦ blue 139

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

Shades of Smalt #10378B

Tints of Smalt #10378B

RGB

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

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

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

R = 7.62%
G = 26.19%
B = 66.19%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10378B (or 0x10378B) is known color: Smalt. HEX triplet: 10, 37 and 8B. RGB value is (16,55,139). Sum of RGB (Red+Green+Blue) = 16+55+139=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #10378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10378B is #EFC874. Grayscale: #343434. Windows color (decimal): -15714421 or 9123600. OLE color: 9123600.

HSL color Cylindrical-coordinate representation of color #10378B: hue angle of 220.98º 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 #10378B is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 55 139 -
CMYK 0.88 0.60 0 0.45
HSL 220.98º 0.79% 0.3% -
HSV(B) 220.98º 0.88% 0.55% -
XYZ 6.24 4.71 25.01 -
YUV 52.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 16 55 139 0.88 0.60 0 0.45 220.98 0.79 0.3
Hex 10 37 8B 58 3C 0 2D DD 4F 1E
Octal 20 67 213 130 74 0 55 335 117 36
Binary 10000 110111 10001011 1011000 111100 0 101101 11011101 1001111 11110

Color Harmonies of #10378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10378B

Black with #10378B

Text Example


Text Example

White with #10378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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