Html Css Color HEX #113A3D Nordic

📋 copy color: '#113A3D'

red 17 ◦ green 58 ◦ blue 61

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

Shades of Nordic #113A3D

Tints of Nordic #113A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.85%

R = 12.5%
G = 42.65%
B = 44.85%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#113A3D (or 0x113A3D) is known color: Nordic. HEX triplet: 11, 3A and 3D. RGB value is (17,58,61). Sum of RGB (Red+Green+Blue) = 17+58+61=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #113A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A3D is #EEC5C2. Grayscale: #2E2E2E. Windows color (decimal): -15648195 or 4012561. OLE color: 4012561.

HSL color Cylindrical-coordinate representation of color #113A3D: hue angle of 184.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113A3D is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 58 61 -
CMYK 0.72 0.05 0 0.76
HSL 184.09º 0.56% 0.15% -
HSV(B) 184.09º 0.72% 0.24% -
XYZ 2.59 3.48 4.95 -
YUV 46.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 17 58 61 0.72 0.05 0 0.76 184.09 0.56 0.15
Hex 11 3A 3D 48 5 0 4C B8 38 F
Octal 21 72 75 110 5 0 114 270 70 17
Binary 10001 111010 111101 1001000 101 0 1001100 10111000 111000 1111

Color Harmonies of #113A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A3D

Black with #113A3D

Text Example


Text Example

White with #113A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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