Html Css Color HEX #113A46 Nordic

📋 copy color: '#113A46'

red 17 ◦ green 58 ◦ blue 70

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

Shades of Nordic #113A46

Tints of Nordic #113A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40%

 BLUE value IS 70 (27.73% from 255) = 48.28%

R = 11.72%
G = 40%
B = 48.28%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113A46 (or 0x113A46) is known color: Nordic. HEX triplet: 11, 3A and 46. RGB value is (17,58,70). Sum of RGB (Red+Green+Blue) = 17+58+70=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #113A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A46 is #EEC5B9. Grayscale: #2F2F2F. Windows color (decimal): -15648186 or 4602385. OLE color: 4602385.

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

Color convert

RGB 17 58 70 -
CMYK 0.76 0.17 0 0.73
HSL 193.58º 0.61% 0.17% -
HSV(B) 193.58º 0.76% 0.27% -
XYZ 2.85 3.59 6.34 -
YUV 47.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 17 58 70 0.76 0.17 0 0.73 193.58 0.61 0.17
Hex 11 3A 46 4C 11 0 49 C2 3D 11
Octal 21 72 106 114 21 0 111 302 75 21
Binary 10001 111010 1000110 1001100 10001 0 1001001 11000010 111101 10001

Color Harmonies of #113A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A46

Black with #113A46

Text Example


Text Example

White with #113A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,70); }

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

background-color css

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

 a { background-color: rgb(17,58,70); }

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

border-color css

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

 span { border-color: rgb(17,58,70); }

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