Html Css Color HEX #16398D Smalt

📋 copy color: '#16398D'

red 22 ◦ green 57 ◦ blue 141

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

Shades of Smalt #16398D

Tints of Smalt #16398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 10%
G = 25.91%
B = 64.09%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16398D (or 0x16398D) is known color: Smalt. HEX triplet: 16, 39 and 8D. RGB value is (22,57,141). Sum of RGB (Red+Green+Blue) = 22+57+141=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #16398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16398D is #E9C672. Grayscale: #373737. Windows color (decimal): -15320691 or 9255190. OLE color: 9255190.

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

Color convert

RGB 22 57 141 -
CMYK 0.84 0.60 0 0.45
HSL 222.35º 0.73% 0.32% -
HSV(B) 222.35º 0.84% 0.55% -
XYZ 6.6 5.02 25.82 -
YUV 56.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 22 57 141 0.84 0.60 0 0.45 222.35 0.73 0.32
Hex 16 39 8D 54 3C 0 2D DE 49 20
Octal 26 71 215 124 74 0 55 336 111 40
Binary 10110 111001 10001101 1010100 111100 0 101101 11011110 1001001 100000

Color Harmonies of #16398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16398D

Black with #16398D

Text Example


Text Example

White with #16398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,57,141); }

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

background-color css

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

 a { background-color: rgb(22,57,141); }

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

border-color css

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

 span { border-color: rgb(22,57,141); }

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