Html Css Color HEX #113B45 Nordic

📋 copy color: '#113B45'

red 17 ◦ green 59 ◦ blue 69

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

Shades of Nordic #113B45

Tints of Nordic #113B45

RGB

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

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

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

R = 11.72%
G = 40.69%
B = 47.59%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113B45 (or 0x113B45) is known color: Nordic. HEX triplet: 11, 3B and 45. RGB value is (17,59,69). Sum of RGB (Red+Green+Blue) = 17+59+69=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #113B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B45 is #EEC4BA. Grayscale: #2F2F2F. Windows color (decimal): -15647931 or 4537105. OLE color: 4537105.

HSL color Cylindrical-coordinate representation of color #113B45: hue angle of 191.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113B45 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 59 69 -
CMYK 0.75 0.14 0 0.73
HSL 191.54º 0.6% 0.17% -
HSV(B) 191.54º 0.75% 0.27% -
XYZ 2.87 3.68 6.19 -
YUV 47.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 17 59 69 0.75 0.14 0 0.73 191.54 0.6 0.17
Hex 11 3B 45 4B E 0 49 C0 3C 11
Octal 21 73 105 113 16 0 111 300 74 21
Binary 10001 111011 1000101 1001011 1110 0 1001001 11000000 111100 10001

Color Harmonies of #113B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B45

Black with #113B45

Text Example


Text Example

White with #113B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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