Html Css Color HEX #16378C Smalt

📋 copy color: '#16378C'

red 22 ◦ green 55 ◦ blue 140

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

Shades of Smalt #16378C

Tints of Smalt #16378C

RGB

 RED value IS 22 (8.98% from 255) = 10.14%

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

 BLUE value IS 140 (55.08% from 255) = 64.52%

R = 10.14%
G = 25.35%
B = 64.52%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16378C (or 0x16378C) is known color: Smalt. HEX triplet: 16, 37 and 8C. RGB value is (22,55,140). Sum of RGB (Red+Green+Blue) = 22+55+140=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #16378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16378C is #E9C873. Grayscale: #363636. Windows color (decimal): -15321204 or 9189142. OLE color: 9189142.

HSL color Cylindrical-coordinate representation of color #16378C: hue angle of 223.22º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16378C is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 55 140 -
CMYK 0.84 0.61 0 0.45
HSL 223.22º 0.73% 0.32% -
HSV(B) 223.22º 0.84% 0.55% -
XYZ 6.43 4.8 25.4 -
YUV 54.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 22 55 140 0.84 0.61 0 0.45 223.22 0.73 0.32
Hex 16 37 8C 54 3D 0 2D DF 49 20
Octal 26 67 214 124 75 0 55 337 111 40
Binary 10110 110111 10001100 1010100 111101 0 101101 11011111 1001001 100000

Color Harmonies of #16378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16378C

Black with #16378C

Text Example


Text Example

White with #16378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16378C; }

 p { color: rgb(22,55,140); }

 H1.HeaderClassName
 {
   color: #16378C;
 }
 .AnyTagClassName
 {
   color: #16378C;
 }
</style>

background-color css

<style>
 a { background-color: #16378C; }

 a { background-color: rgb(22,55,140); }

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

border-color css

<style>
 span { border-color: #16378C; }

 span { border-color: rgb(22,55,140); }

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