Html Css Color HEX #163741 Nordic

📋 copy color: '#163741'

red 22 ◦ green 55 ◦ blue 65

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

Shades of Nordic #163741

Tints of Nordic #163741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 65 (25.78% from 255) = 45.77%

R = 15.49%
G = 38.73%
B = 45.77%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163741 (or 0x163741) is known color: Nordic. HEX triplet: 16, 37 and 41. RGB value is (22,55,65). Sum of RGB (Red+Green+Blue) = 22+55+65=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #163741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163741 is #E9C8BE. Grayscale: #2E2E2E. Windows color (decimal): -15321279 or 4273942. OLE color: 4273942.

HSL color Cylindrical-coordinate representation of color #163741: hue angle of 193.95º 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 #163741 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 55 65 -
CMYK 0.66 0.15 0 0.75
HSL 193.95º 0.49% 0.17% -
HSV(B) 193.95º 0.66% 0.25% -
XYZ 2.65 3.28 5.5 -
YUV 46.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 22 55 65 0.66 0.15 0 0.75 193.95 0.49 0.17
Hex 16 37 41 42 F 0 4B C2 31 11
Octal 26 67 101 102 17 0 113 302 61 21
Binary 10110 110111 1000001 1000010 1111 0 1001011 11000010 110001 10001

Color Harmonies of #163741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163741

Black with #163741

Text Example


Text Example

White with #163741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163741; }

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

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

background-color css

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

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

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

border-color css

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

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

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