Html Css Color HEX #173C45 Nordic

📋 copy color: '#173C45'

red 23 ◦ green 60 ◦ blue 69

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

Shades of Nordic #173C45

Tints of Nordic #173C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.47%

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 15.13%
G = 39.47%
B = 45.39%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#173C45 (or 0x173C45) is known color: Nordic. HEX triplet: 17, 3C and 45. RGB value is (23,60,69). Sum of RGB (Red+Green+Blue) = 23+60+69=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #173C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C45 is #E8C3BA. Grayscale: #313131. Windows color (decimal): -15254459 or 4537367. OLE color: 4537367.

HSL color Cylindrical-coordinate representation of color #173C45: hue angle of 191.74º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #173C45 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 60 69 -
CMYK 0.67 0.13 0 0.73
HSL 191.74º 0.5% 0.18% -
HSV(B) 191.74º 0.67% 0.27% -
XYZ 3.04 3.84 6.21 -
YUV 49.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 23 60 69 0.67 0.13 0 0.73 191.74 0.5 0.18
Hex 17 3C 45 43 D 0 49 C0 32 12
Octal 27 74 105 103 15 0 111 300 62 22
Binary 10111 111100 1000101 1000011 1101 0 1001001 11000000 110010 10010

Color Harmonies of #173C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C45

Black with #173C45

Text Example


Text Example

White with #173C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,60,69); }

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

background-color css

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

 a { background-color: rgb(23,60,69); }

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

border-color css

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

 span { border-color: rgb(23,60,69); }

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