Html Css Color HEX #163B40 Nordic

📋 copy color: '#163B40'

red 22 ◦ green 59 ◦ blue 64

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

Shades of Nordic #163B40

Tints of Nordic #163B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.69%

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

R = 15.17%
G = 40.69%
B = 44.14%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163B40 (or 0x163B40) is known color: Nordic. HEX triplet: 16, 3B and 40. RGB value is (22,59,64). Sum of RGB (Red+Green+Blue) = 22+59+64=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #163B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B40 is #E9C4BF. Grayscale: #303030. Windows color (decimal): -15320256 or 4209430. OLE color: 4209430.

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

Color convert

RGB 22 59 64 -
CMYK 0.66 0.08 0 0.75
HSL 187.14º 0.49% 0.17% -
HSV(B) 187.14º 0.66% 0.25% -
XYZ 2.82 3.67 5.41 -
YUV 48.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 22 59 64 0.66 0.08 0 0.75 187.14 0.49 0.17
Hex 16 3B 40 42 8 0 4B BB 31 11
Octal 26 73 100 102 10 0 113 273 61 21
Binary 10110 111011 1000000 1000010 1000 0 1001011 10111011 110001 10001

Color Harmonies of #163B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B40

Black with #163B40

Text Example


Text Example

White with #163B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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