Html Css Color HEX #173A40 Nordic

📋 copy color: '#173A40'

red 23 ◦ green 58 ◦ blue 64

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

Shades of Nordic #173A40

Tints of Nordic #173A40

RGB

 RED value IS 23 (9.38% from 255) = 15.86%

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

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

R = 15.86%
G = 40%
B = 44.14%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#173A40 (or 0x173A40) is known color: Nordic. HEX triplet: 17, 3A and 40. RGB value is (23,58,64). Sum of RGB (Red+Green+Blue) = 23+58+64=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 58 (23.05% from 255 or 40% 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 #173A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A40 is #E8C5BF. Grayscale: #303030. Windows color (decimal): -15254976 or 4209175. OLE color: 4209175.

HSL color Cylindrical-coordinate representation of color #173A40: hue angle of 188.78º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #173A40 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 58 64 -
CMYK 0.64 0.09 0 0.75
HSL 188.78º 0.47% 0.17% -
HSV(B) 188.78º 0.64% 0.25% -
XYZ 2.79 3.58 5.39 -
YUV 48.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 23 58 64 0.64 0.09 0 0.75 188.78 0.47 0.17
Hex 17 3A 40 40 9 0 4B BD 2F 11
Octal 27 72 100 100 11 0 113 275 57 21
Binary 10111 111010 1000000 1000000 1001 0 1001011 10111101 101111 10001

Color Harmonies of #173A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173A40

Black with #173A40

Text Example


Text Example

White with #173A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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