Html Css Color HEX #113943 Nordic

📋 copy color: '#113943'

red 17 ◦ green 57 ◦ blue 67

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

Shades of Nordic #113943

Tints of Nordic #113943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 47.52%

R = 12.06%
G = 40.43%
B = 47.52%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113943 (or 0x113943) is known color: Nordic. HEX triplet: 11, 39 and 43. RGB value is (17,57,67). Sum of RGB (Red+Green+Blue) = 17+57+67=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #113943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113943 is #EEC6BC. Grayscale: #2E2E2E. Windows color (decimal): -15648445 or 4405521. OLE color: 4405521.

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

Color convert

RGB 17 57 67 -
CMYK 0.75 0.15 0 0.74
HSL 192º 0.6% 0.16% -
HSV(B) 192º 0.75% 0.26% -
XYZ 2.71 3.45 5.83 -
YUV 46.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 17 57 67 0.75 0.15 0 0.74 192 0.6 0.16
Hex 11 39 43 4B F 0 4A C0 3C 10
Octal 21 71 103 113 17 0 112 300 74 20
Binary 10001 111001 1000011 1001011 1111 0 1001010 11000000 111100 10000

Color Harmonies of #113943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113943

Black with #113943

Text Example


Text Example

White with #113943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113943; }

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

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

background-color css

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

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

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

border-color css

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

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

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