Html Css Color HEX #113A41 Nordic

📋 copy color: '#113A41'

red 17 ◦ green 58 ◦ blue 65

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

Shades of Nordic #113A41

Tints of Nordic #113A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 12.14%
G = 41.43%
B = 46.43%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113A41 (or 0x113A41) is known color: Nordic. HEX triplet: 11, 3A and 41. RGB value is (17,58,65). Sum of RGB (Red+Green+Blue) = 17+58+65=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #113A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A41 is #EEC5BE. Grayscale: #2E2E2E. Windows color (decimal): -15648191 or 4274705. OLE color: 4274705.

HSL color Cylindrical-coordinate representation of color #113A41: hue angle of 188.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113A41 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 58 65 -
CMYK 0.74 0.11 0 0.75
HSL 188.75º 0.59% 0.16% -
HSV(B) 188.75º 0.74% 0.25% -
XYZ 2.7 3.53 5.54 -
YUV 46.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 17 58 65 0.74 0.11 0 0.75 188.75 0.59 0.16
Hex 11 3A 41 4A B 0 4B BD 3B 10
Octal 21 72 101 112 13 0 113 275 73 20
Binary 10001 111010 1000001 1001010 1011 0 1001011 10111101 111011 10000

Color Harmonies of #113A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A41

Black with #113A41

Text Example


Text Example

White with #113A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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