Html Css Color HEX #163A40 Nordic

📋 copy color: '#163A40'

red 22 ◦ green 58 ◦ blue 64

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

Shades of Nordic #163A40

Tints of Nordic #163A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

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

R = 15.28%
G = 40.28%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163A40 (or 0x163A40) is known color: Nordic. HEX triplet: 16, 3A and 40. RGB value is (22,58,64). Sum of RGB (Red+Green+Blue) = 22+58+64=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #163A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A40 is #E9C5BF. Grayscale: #2F2F2F. Windows color (decimal): -15320512 or 4209174. OLE color: 4209174.

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

Color convert

RGB 22 58 64 -
CMYK 0.66 0.09 0 0.75
HSL 188.57º 0.49% 0.17% -
HSV(B) 188.57º 0.66% 0.25% -
XYZ 2.77 3.57 5.39 -
YUV 47.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 22 58 64 0.66 0.09 0 0.75 188.57 0.49 0.17
Hex 16 3A 40 42 9 0 4B BD 31 11
Octal 26 72 100 102 11 0 113 275 61 21
Binary 10110 111010 1000000 1000010 1001 0 1001011 10111101 110001 10001

Color Harmonies of #163A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A40

Black with #163A40

Text Example


Text Example

White with #163A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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