Html Css Color HEX #113741 Nordic

📋 copy color: '#113741'

red 17 ◦ green 55 ◦ blue 65

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

Shades of Nordic #113741

Tints of Nordic #113741

RGB

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

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

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

R = 12.41%
G = 40.15%
B = 47.45%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113741 (or 0x113741) is known color: Nordic. HEX triplet: 11, 37 and 41. RGB value is (17,55,65). Sum of RGB (Red+Green+Blue) = 17+55+65=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #113741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113741 is #EEC8BE. Grayscale: #2C2C2C. Windows color (decimal): -15648959 or 4273937. OLE color: 4273937.

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

Color convert

RGB 17 55 65 -
CMYK 0.74 0.15 0 0.75
HSL 192.5º 0.59% 0.16% -
HSV(B) 192.5º 0.74% 0.25% -
XYZ 2.55 3.23 5.49 -
YUV 44.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 17 55 65 0.74 0.15 0 0.75 192.5 0.59 0.16
Hex 11 37 41 4A F 0 4B C0 3B 10
Octal 21 67 101 112 17 0 113 300 73 20
Binary 10001 110111 1000001 1001010 1111 0 1001011 11000000 111011 10000

Color Harmonies of #113741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113741

Black with #113741

Text Example


Text Example

White with #113741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113741; }

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

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

background-color css

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

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

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

border-color css

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

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

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