Html Css Color HEX #113844 Nordic

📋 copy color: '#113844'

red 17 ◦ green 56 ◦ blue 68

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

Shades of Nordic #113844

Tints of Nordic #113844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.23%

R = 12.06%
G = 39.72%
B = 48.23%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113844 (or 0x113844) is known color: Nordic. HEX triplet: 11, 38 and 44. RGB value is (17,56,68). Sum of RGB (Red+Green+Blue) = 17+56+68=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #113844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113844 is #EEC7BB. Grayscale: #2D2D2D. Windows color (decimal): -15648700 or 4470801. OLE color: 4470801.

HSL color Cylindrical-coordinate representation of color #113844: hue angle of 194.12º 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 #113844 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 56 68 -
CMYK 0.75 0.18 0 0.73
HSL 194.12º 0.6% 0.17% -
HSV(B) 194.12º 0.75% 0.27% -
XYZ 2.69 3.36 5.98 -
YUV 45.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 17 56 68 0.75 0.18 0 0.73 194.12 0.6 0.17
Hex 11 38 44 4B 12 0 49 C2 3C 11
Octal 21 70 104 113 22 0 111 302 74 21
Binary 10001 111000 1000100 1001011 10010 0 1001001 11000010 111100 10001

Color Harmonies of #113844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113844

Black with #113844

Text Example


Text Example

White with #113844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113844; }

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

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

background-color css

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

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

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

border-color css

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

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

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