Html Css Color HEX #113C41 Nordic

📋 copy color: '#113C41'

red 17 ◦ green 60 ◦ blue 65

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

Shades of Nordic #113C41

Tints of Nordic #113C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.25%

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

R = 11.97%
G = 42.25%
B = 45.77%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113C41 (or 0x113C41) is known color: Nordic. HEX triplet: 11, 3C and 41. RGB value is (17,60,65). Sum of RGB (Red+Green+Blue) = 17+60+65=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #113C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C41 is #EEC3BE. Grayscale: #2F2F2F. Windows color (decimal): -15647679 or 4275217. OLE color: 4275217.

HSL color Cylindrical-coordinate representation of color #113C41: hue angle of 186.25º 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 #113C41 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 60 65 -
CMYK 0.74 0.08 0 0.75
HSL 186.25º 0.59% 0.16% -
HSV(B) 186.25º 0.74% 0.25% -
XYZ 2.8 3.73 5.57 -
YUV 47.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 17 60 65 0.74 0.08 0 0.75 186.25 0.59 0.16
Hex 11 3C 41 4A 8 0 4B BA 3B 10
Octal 21 74 101 112 10 0 113 272 73 20
Binary 10001 111100 1000001 1001010 1000 0 1001011 10111010 111011 10000

Color Harmonies of #113C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C41

Black with #113C41

Text Example


Text Example

White with #113C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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