Html Css Color HEX #163137 Nordic

📋 copy color: '#163137'

red 22 ◦ green 49 ◦ blue 55

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

Shades of Nordic #163137

Tints of Nordic #163137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.89%

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 17.46%
G = 38.89%
B = 43.65%

CMYK

 C value IS 0.6

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#163137 (or 0x163137) is known color: Nordic. HEX triplet: 16, 31 and 37. RGB value is (22,49,55). Sum of RGB (Red+Green+Blue) = 22+49+55=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #163137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163137 is #E9CEC8. Grayscale: #292929. Windows color (decimal): -15322825 or 3617046. OLE color: 3617046.

HSL color Cylindrical-coordinate representation of color #163137: hue angle of 190.91º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163137 is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 49 55 -
CMYK 0.6 0.11 0 0.78
HSL 190.91º 0.43% 0.15% -
HSV(B) 190.91º 0.6% 0.22% -
XYZ 2.12 2.64 4.01 -
YUV 41.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 22 49 55 0.6 0.11 0 0.78 190.91 0.43 0.15
Hex 16 31 37 3C B 0 4E BF 2B F
Octal 26 61 67 74 13 0 116 277 53 17
Binary 10110 110001 110111 111100 1011 0 1001110 10111111 101011 1111

Color Harmonies of #163137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163137

Black with #163137

Text Example


Text Example

White with #163137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163137; }

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

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

background-color css

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

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

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

border-color css

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

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

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