Html Css Color HEX #113C42 Nordic

📋 copy color: '#113C42'

red 17 ◦ green 60 ◦ blue 66

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

Shades of Nordic #113C42

Tints of Nordic #113C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 11.89%
G = 41.96%
B = 46.15%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113C42 (or 0x113C42) is known color: Nordic. HEX triplet: 11, 3C and 42. RGB value is (17,60,66). Sum of RGB (Red+Green+Blue) = 17+60+66=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #113C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C42 is #EEC3BD. Grayscale: #2F2F2F. Windows color (decimal): -15647678 or 4340753. OLE color: 4340753.

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

Color convert

RGB 17 60 66 -
CMYK 0.74 0.09 0 0.74
HSL 187.35º 0.59% 0.16% -
HSV(B) 187.35º 0.74% 0.26% -
XYZ 2.83 3.74 5.73 -
YUV 47.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 17 60 66 0.74 0.09 0 0.74 187.35 0.59 0.16
Hex 11 3C 42 4A 9 0 4A BB 3B 10
Octal 21 74 102 112 11 0 112 273 73 20
Binary 10001 111100 1000010 1001010 1001 0 1001010 10111011 111011 10000

Color Harmonies of #113C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C42

Black with #113C42

Text Example


Text Example

White with #113C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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