Html Css Color HEX #163537 Nordic

📋 copy color: '#163537'

red 22 ◦ green 53 ◦ blue 55

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

Shades of Nordic #163537

Tints of Nordic #163537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.77%

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

R = 16.92%
G = 40.77%
B = 42.31%

CMYK

 C value IS 0.6

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#163537 (or 0x163537) is known color: Nordic. HEX triplet: 16, 35 and 37. RGB value is (22,53,55). Sum of RGB (Red+Green+Blue) = 22+53+55=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #163537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163537 is #E9CAC8. Grayscale: #2B2B2B. Windows color (decimal): -15321801 or 3618070. OLE color: 3618070.

HSL color Cylindrical-coordinate representation of color #163537: hue angle of 183.64º 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 #163537 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 53 55 -
CMYK 0.6 0.04 0 0.78
HSL 183.64º 0.43% 0.15% -
HSV(B) 183.64º 0.6% 0.22% -
XYZ 2.29 2.99 4.07 -
YUV 43.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 22 53 55 0.6 0.04 0 0.78 183.64 0.43 0.15
Hex 16 35 37 3C 4 0 4E B8 2B F
Octal 26 65 67 74 4 0 116 270 53 17
Binary 10110 110101 110111 111100 100 0 1001110 10111000 101011 1111

Color Harmonies of #163537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163537

Black with #163537

Text Example


Text Example

White with #163537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163537; }

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

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

background-color css

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

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

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

border-color css

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

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

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