Html Css Color HEX #113740 Nordic

📋 copy color: '#113740'

red 17 ◦ green 55 ◦ blue 64

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

Shades of Nordic #113740

Tints of Nordic #113740

RGB

 RED value IS 17 (7.03% from 255) = 12.5%

 GREEN value IS 55 (21.88% from 255) = 40.44%

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

R = 12.5%
G = 40.44%
B = 47.06%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113740 (or 0x113740) is known color: Nordic. HEX triplet: 11, 37 and 40. RGB value is (17,55,64). Sum of RGB (Red+Green+Blue) = 17+55+64=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #113740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113740 is #EEC8BF. Grayscale: #2C2C2C. Windows color (decimal): -15648960 or 4208401. OLE color: 4208401.

HSL color Cylindrical-coordinate representation of color #113740: hue angle of 191.49º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113740 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 55 64 -
CMYK 0.73 0.14 0 0.75
HSL 191.49º 0.58% 0.16% -
HSV(B) 191.49º 0.73% 0.25% -
XYZ 2.52 3.22 5.34 -
YUV 44.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 17 55 64 0.73 0.14 0 0.75 191.49 0.58 0.16
Hex 11 37 40 49 E 0 4B BF 3A 10
Octal 21 67 100 111 16 0 113 277 72 20
Binary 10001 110111 1000000 1001001 1110 0 1001011 10111111 111010 10000

Color Harmonies of #113740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113740

Black with #113740

Text Example


Text Example

White with #113740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113740; }

 p { color: rgb(17,55,64); }

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

background-color css

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

 a { background-color: rgb(17,55,64); }

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

border-color css

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

 span { border-color: rgb(17,55,64); }

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