Html Css Color HEX #163640 Nordic

📋 copy color: '#163640'

red 22 ◦ green 54 ◦ blue 64

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

Shades of Nordic #163640

Tints of Nordic #163640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 45.71%

R = 15.71%
G = 38.57%
B = 45.71%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163640 (or 0x163640) is known color: Nordic. HEX triplet: 16, 36 and 40. RGB value is (22,54,64). Sum of RGB (Red+Green+Blue) = 22+54+64=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #163640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163640 is #E9C9BF. Grayscale: #2D2D2D. Windows color (decimal): -15321536 or 4208150. OLE color: 4208150.

HSL color Cylindrical-coordinate representation of color #163640: hue angle of 194.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163640 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 54 64 -
CMYK 0.66 0.16 0 0.75
HSL 194.29º 0.49% 0.17% -
HSV(B) 194.29º 0.66% 0.25% -
XYZ 2.58 3.18 5.33 -
YUV 45.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 22 54 64 0.66 0.16 0 0.75 194.29 0.49 0.17
Hex 16 36 40 42 10 0 4B C2 31 11
Octal 26 66 100 102 20 0 113 302 61 21
Binary 10110 110110 1000000 1000010 10000 0 1001011 11000010 110001 10001

Color Harmonies of #163640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163640

Black with #163640

Text Example


Text Example

White with #163640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163640; }

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

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

background-color css

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

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

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

border-color css

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

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

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