Html Css Color HEX #173A41 Nordic

📋 copy color: '#173A41'

red 23 ◦ green 58 ◦ blue 65

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

Shades of Nordic #173A41

Tints of Nordic #173A41

RGB

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

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

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

R = 15.75%
G = 39.73%
B = 44.52%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#173A41 (or 0x173A41) is known color: Nordic. HEX triplet: 17, 3A and 41. RGB value is (23,58,65). Sum of RGB (Red+Green+Blue) = 23+58+65=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #173A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A41 is #E8C5BE. Grayscale: #303030. Windows color (decimal): -15254975 or 4274711. OLE color: 4274711.

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

Color convert

RGB 23 58 65 -
CMYK 0.65 0.11 0 0.75
HSL 190º 0.48% 0.17% -
HSV(B) 190º 0.65% 0.25% -
XYZ 2.82 3.59 5.55 -
YUV 48.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 23 58 65 0.65 0.11 0 0.75 190 0.48 0.17
Hex 17 3A 41 41 B 0 4B BE 30 11
Octal 27 72 101 101 13 0 113 276 60 21
Binary 10111 111010 1000001 1000001 1011 0 1001011 10111110 110000 10001

Color Harmonies of #173A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173A41

Black with #173A41

Text Example


Text Example

White with #173A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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