Html Css Color HEX #163084 Smalt

📋 copy color: '#163084'

red 22 ◦ green 48 ◦ blue 132

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

Shades of Smalt #163084

Tints of Smalt #163084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

 BLUE value IS 132 (51.95% from 255) = 65.35%

R = 10.89%
G = 23.76%
B = 65.35%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#163084 (or 0x163084) is known color: Smalt. HEX triplet: 16, 30 and 84. RGB value is (22,48,132). Sum of RGB (Red+Green+Blue) = 22+48+132=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #163084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163084 is #E9CF7B. Grayscale: #313131. Windows color (decimal): -15323004 or 8663062. OLE color: 8663062.

HSL color Cylindrical-coordinate representation of color #163084: hue angle of 225.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163084 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 48 132 -
CMYK 0.83 0.64 0 0.48
HSL 225.82º 0.71% 0.3% -
HSV(B) 225.82º 0.83% 0.52% -
XYZ 5.55 3.95 22.3 -
YUV 49.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 22 48 132 0.83 0.64 0 0.48 225.82 0.71 0.3
Hex 16 30 84 53 40 0 30 E2 47 1E
Octal 26 60 204 123 100 0 60 342 107 36
Binary 10110 110000 10000100 1010011 1000000 0 110000 11100010 1000111 11110

Color Harmonies of #163084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163084

Black with #163084

Text Example


Text Example

White with #163084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163084; }

 p { color: rgb(22,48,132); }

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

background-color css

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

 a { background-color: rgb(22,48,132); }

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

border-color css

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

 span { border-color: rgb(22,48,132); }

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