Html Css Color HEX #113945 Nordic

📋 copy color: '#113945'

red 17 ◦ green 57 ◦ blue 69

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

Shades of Nordic #113945

Tints of Nordic #113945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.25%

R = 11.89%
G = 39.86%
B = 48.25%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113945 (or 0x113945) is known color: Nordic. HEX triplet: 11, 39 and 45. RGB value is (17,57,69). Sum of RGB (Red+Green+Blue) = 17+57+69=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #113945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113945 is #EEC6BA. Grayscale: #2E2E2E. Windows color (decimal): -15648443 or 4536593. OLE color: 4536593.

HSL color Cylindrical-coordinate representation of color #113945: hue angle of 193.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113945 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 57 69 -
CMYK 0.75 0.17 0 0.73
HSL 193.85º 0.6% 0.17% -
HSV(B) 193.85º 0.75% 0.27% -
XYZ 2.77 3.48 6.16 -
YUV 46.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 17 57 69 0.75 0.17 0 0.73 193.85 0.6 0.17
Hex 11 39 45 4B 11 0 49 C2 3C 11
Octal 21 71 105 113 21 0 111 302 74 21
Binary 10001 111001 1000101 1001011 10001 0 1001001 11000010 111100 10001

Color Harmonies of #113945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113945

Black with #113945

Text Example


Text Example

White with #113945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113945; }

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

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

background-color css

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

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

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

border-color css

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

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

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