Html Css Color HEX #113136 Nordic

📋 copy color: '#113136'

red 17 ◦ green 49 ◦ blue 54

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

Shades of Nordic #113136

Tints of Nordic #113136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.83%

 BLUE value IS 54 (21.48% from 255) = 45%

R = 14.17%
G = 40.83%
B = 45%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113136 (or 0x113136) is known color: Nordic. HEX triplet: 11, 31 and 36. RGB value is (17,49,54). Sum of RGB (Red+Green+Blue) = 17+49+54=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #113136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113136 is #EECEC9. Grayscale: #272727. Windows color (decimal): -15650506 or 3551505. OLE color: 3551505.

HSL color Cylindrical-coordinate representation of color #113136: hue angle of 188.11º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113136 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 49 54 -
CMYK 0.69 0.09 0 0.79
HSL 188.11º 0.52% 0.14% -
HSV(B) 188.11º 0.69% 0.21% -
XYZ 2 2.58 3.88 -
YUV 40 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 17 49 54 0.69 0.09 0 0.79 188.11 0.52 0.14
Hex 11 31 36 45 9 0 4F BC 34 E
Octal 21 61 66 105 11 0 117 274 64 16
Binary 10001 110001 110110 1000101 1001 0 1001111 10111100 110100 1110

Color Harmonies of #113136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113136

Black with #113136

Text Example


Text Example

White with #113136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113136; }

 p { color: rgb(17,49,54); }

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

background-color css

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

 a { background-color: rgb(17,49,54); }

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

border-color css

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

 span { border-color: rgb(17,49,54); }

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