Html Css Color HEX #113236 Nordic

📋 copy color: '#113236'

red 17 ◦ green 50 ◦ blue 54

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

Shades of Nordic #113236

Tints of Nordic #113236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

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

R = 14.05%
G = 41.32%
B = 44.63%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113236 (or 0x113236) is known color: Nordic. HEX triplet: 11, 32 and 36. RGB value is (17,50,54). Sum of RGB (Red+Green+Blue) = 17+50+54=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #113236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113236 is #EECDC9. Grayscale: #282828. Windows color (decimal): -15650250 or 3551761. OLE color: 3551761.

HSL color Cylindrical-coordinate representation of color #113236: hue angle of 186.49º 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 #113236 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 50 54 -
CMYK 0.69 0.07 0 0.79
HSL 186.49º 0.52% 0.14% -
HSV(B) 186.49º 0.69% 0.21% -
XYZ 2.04 2.67 3.9 -
YUV 40.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 17 50 54 0.69 0.07 0 0.79 186.49 0.52 0.14
Hex 11 32 36 45 7 0 4F BA 34 E
Octal 21 62 66 105 7 0 117 272 64 16
Binary 10001 110010 110110 1000101 111 0 1001111 10111010 110100 1110

Color Harmonies of #113236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113236

Black with #113236

Text Example


Text Example

White with #113236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113236; }

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

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

background-color css

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

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

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

border-color css

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

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

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