Html Css Color HEX #163237 Nordic

📋 copy color: '#163237'

red 22 ◦ green 50 ◦ blue 55

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

Shades of Nordic #163237

Tints of Nordic #163237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 17.32%
G = 39.37%
B = 43.31%

CMYK

 C value IS 0.6

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#163237 (or 0x163237) is known color: Nordic. HEX triplet: 16, 32 and 37. RGB value is (22,50,55). Sum of RGB (Red+Green+Blue) = 22+50+55=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #163237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163237 is #E9CDC8. Grayscale: #2A2A2A. Windows color (decimal): -15322569 or 3617302. OLE color: 3617302.

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

Color convert

RGB 22 50 55 -
CMYK 0.6 0.09 0 0.78
HSL 189.09º 0.43% 0.15% -
HSV(B) 189.09º 0.6% 0.22% -
XYZ 2.16 2.73 4.03 -
YUV 42.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 22 50 55 0.6 0.09 0 0.78 189.09 0.43 0.15
Hex 16 32 37 3C 9 0 4E BD 2B F
Octal 26 62 67 74 11 0 116 275 53 17
Binary 10110 110010 110111 111100 1001 0 1001110 10111101 101011 1111

Color Harmonies of #163237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163237

Black with #163237

Text Example


Text Example

White with #163237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163237; }

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

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

background-color css

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

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

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

border-color css

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

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

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