Html Css Color HEX #16368C Smalt

📋 copy color: '#16368C'

red 22 ◦ green 54 ◦ blue 140

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

Shades of Smalt #16368C

Tints of Smalt #16368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 10.19%
G = 25%
B = 64.81%

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

#16368C (or 0x16368C) is known color: Smalt. HEX triplet: 16, 36 and 8C. RGB value is (22,54,140). Sum of RGB (Red+Green+Blue) = 22+54+140=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #16368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16368C is #E9C973. Grayscale: #353535. Windows color (decimal): -15321460 or 9188886. OLE color: 9188886.

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

Color convert

RGB 22 54 140 -
CMYK 0.84 0.61 0 0.45
HSL 223.73º 0.73% 0.32% -
HSV(B) 223.73º 0.84% 0.55% -
XYZ 6.38 4.7 25.38 -
YUV 54.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 22 54 140 0.84 0.61 0 0.45 223.73 0.73 0.32
Hex 16 36 8C 54 3D 0 2D E0 49 20
Octal 26 66 214 124 75 0 55 340 111 40
Binary 10110 110110 10001100 1010100 111101 0 101101 11100000 1001001 100000

Color Harmonies of #16368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16368C

Black with #16368C

Text Example


Text Example

White with #16368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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