Html Css Color HEX #113940 Nordic

📋 copy color: '#113940'

red 17 ◦ green 57 ◦ blue 64

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

Shades of Nordic #113940

Tints of Nordic #113940

RGB

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

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

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

R = 12.32%
G = 41.3%
B = 46.38%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113940 (or 0x113940) is known color: Nordic. HEX triplet: 11, 39 and 40. RGB value is (17,57,64). Sum of RGB (Red+Green+Blue) = 17+57+64=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #113940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113940 is #EEC6BF. Grayscale: #2D2D2D. Windows color (decimal): -15648448 or 4208913. OLE color: 4208913.

HSL color Cylindrical-coordinate representation of color #113940: hue angle of 188.94º 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 #113940 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 57 64 -
CMYK 0.73 0.11 0 0.75
HSL 188.94º 0.58% 0.16% -
HSV(B) 188.94º 0.73% 0.25% -
XYZ 2.62 3.42 5.37 -
YUV 45.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 17 57 64 0.73 0.11 0 0.75 188.94 0.58 0.16
Hex 11 39 40 49 B 0 4B BD 3A 10
Octal 21 71 100 111 13 0 113 275 72 20
Binary 10001 111001 1000000 1001001 1011 0 1001011 10111101 111010 10000

Color Harmonies of #113940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113940

Black with #113940

Text Example


Text Example

White with #113940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113940; }

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

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

background-color css

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

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

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

border-color css

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

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

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