Html Css Color HEX #173942 Nordic

📋 copy color: '#173942'

red 23 ◦ green 57 ◦ blue 66

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

Shades of Nordic #173942

Tints of Nordic #173942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.04%

 BLUE value IS 66 (26.17% from 255) = 45.21%

R = 15.75%
G = 39.04%
B = 45.21%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#173942 (or 0x173942) is known color: Nordic. HEX triplet: 17, 39 and 42. RGB value is (23,57,66). Sum of RGB (Red+Green+Blue) = 23+57+66=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #173942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173942 is #E8C6BD. Grayscale: #2F2F2F. Windows color (decimal): -15255230 or 4339991. OLE color: 4339991.

HSL color Cylindrical-coordinate representation of color #173942: hue angle of 192.56º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173942 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 57 66 -
CMYK 0.65 0.14 0 0.74
HSL 192.56º 0.48% 0.17% -
HSV(B) 192.56º 0.65% 0.26% -
XYZ 2.8 3.5 5.68 -
YUV 47.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 23 57 66 0.65 0.14 0 0.74 192.56 0.48 0.17
Hex 17 39 42 41 E 0 4A C1 30 11
Octal 27 71 102 101 16 0 112 301 60 21
Binary 10111 111001 1000010 1000001 1110 0 1001010 11000001 110000 10001

Color Harmonies of #173942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173942

Black with #173942

Text Example


Text Example

White with #173942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173942; }

 p { color: rgb(23,57,66); }

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

background-color css

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

 a { background-color: rgb(23,57,66); }

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

border-color css

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

 span { border-color: rgb(23,57,66); }

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