Html Css Color HEX #113B47 Nordic

📋 copy color: '#113B47'

red 17 ◦ green 59 ◦ blue 71

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

Shades of Nordic #113B47

Tints of Nordic #113B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.14%

 BLUE value IS 71 (28.13% from 255) = 48.3%

R = 11.56%
G = 40.14%
B = 48.3%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113B47 (or 0x113B47) is known color: Nordic. HEX triplet: 11, 3B and 47. RGB value is (17,59,71). Sum of RGB (Red+Green+Blue) = 17+59+71=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #113B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B47 is #EEC4B8. Grayscale: #2F2F2F. Windows color (decimal): -15647929 or 4668177. OLE color: 4668177.

HSL color Cylindrical-coordinate representation of color #113B47: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113B47 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 59 71 -
CMYK 0.76 0.17 0 0.72
HSL 193.33º 0.61% 0.17% -
HSV(B) 193.33º 0.76% 0.28% -
XYZ 2.93 3.7 6.52 -
YUV 47.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 17 59 71 0.76 0.17 0 0.72 193.33 0.61 0.17
Hex 11 3B 47 4C 11 0 48 C1 3D 11
Octal 21 73 107 114 21 0 110 301 75 21
Binary 10001 111011 1000111 1001100 10001 0 1001000 11000001 111101 10001

Color Harmonies of #113B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B47

Black with #113B47

Text Example


Text Example

White with #113B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113B47; }

 p { color: rgb(17,59,71); }

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

background-color css

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

 a { background-color: rgb(17,59,71); }

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

border-color css

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

 span { border-color: rgb(17,59,71); }

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