Html Css Color HEX #113841 Nordic

📋 copy color: '#113841'

red 17 ◦ green 56 ◦ blue 65

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

Shades of Nordic #113841

Tints of Nordic #113841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 12.32%
G = 40.58%
B = 47.1%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113841 (or 0x113841) is known color: Nordic. HEX triplet: 11, 38 and 41. RGB value is (17,56,65). Sum of RGB (Red+Green+Blue) = 17+56+65=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #113841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113841 is #EEC7BE. Grayscale: #2D2D2D. Windows color (decimal): -15648703 or 4274193. OLE color: 4274193.

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

Color convert

RGB 17 56 65 -
CMYK 0.74 0.14 0 0.75
HSL 191.25º 0.59% 0.16% -
HSV(B) 191.25º 0.74% 0.25% -
XYZ 2.6 3.33 5.51 -
YUV 45.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 17 56 65 0.74 0.14 0 0.75 191.25 0.59 0.16
Hex 11 38 41 4A E 0 4B BF 3B 10
Octal 21 70 101 112 16 0 113 277 73 20
Binary 10001 111000 1000001 1001010 1110 0 1001011 10111111 111011 10000

Color Harmonies of #113841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113841

Black with #113841

Text Example


Text Example

White with #113841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113841; }

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

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

background-color css

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

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

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

border-color css

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

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

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