Html Css Color HEX #113942 Nordic

📋 copy color: '#113942'

red 17 ◦ green 57 ◦ blue 66

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

Shades of Nordic #113942

Tints of Nordic #113942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

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

R = 12.14%
G = 40.71%
B = 47.14%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113942 (or 0x113942) is known color: Nordic. HEX triplet: 11, 39 and 42. RGB value is (17,57,66). Sum of RGB (Red+Green+Blue) = 17+57+66=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #113942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113942 is #EEC6BD. Grayscale: #2D2D2D. Windows color (decimal): -15648446 or 4339985. OLE color: 4339985.

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

Color convert

RGB 17 57 66 -
CMYK 0.74 0.14 0 0.74
HSL 191.02º 0.59% 0.16% -
HSV(B) 191.02º 0.74% 0.26% -
XYZ 2.68 3.44 5.68 -
YUV 46.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 17 57 66 0.74 0.14 0 0.74 191.02 0.59 0.16
Hex 11 39 42 4A E 0 4A BF 3B 10
Octal 21 71 102 112 16 0 112 277 73 20
Binary 10001 111001 1000010 1001010 1110 0 1001010 10111111 111011 10000

Color Harmonies of #113942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113942

Black with #113942

Text Example


Text Example

White with #113942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113942; }

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

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

background-color css

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

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

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

border-color css

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

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

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