Html Css Color HEX #113437 Nordic

📋 copy color: '#113437'

red 17 ◦ green 52 ◦ blue 55

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

Shades of Nordic #113437

Tints of Nordic #113437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

 BLUE value IS 55 (21.88% from 255) = 44.35%

R = 13.71%
G = 41.94%
B = 44.35%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#113437 (or 0x113437) is known color: Nordic. HEX triplet: 11, 34 and 37. RGB value is (17,52,55). Sum of RGB (Red+Green+Blue) = 17+52+55=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #113437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113437 is #EECBC8. Grayscale: #292929. Windows color (decimal): -15649737 or 3617809. OLE color: 3617809.

HSL color Cylindrical-coordinate representation of color #113437: hue angle of 184.74º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113437 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 52 55 -
CMYK 0.69 0.05 0 0.78
HSL 184.74º 0.53% 0.14% -
HSV(B) 184.74º 0.69% 0.22% -
XYZ 2.15 2.85 4.05 -
YUV 41.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 17 52 55 0.69 0.05 0 0.78 184.74 0.53 0.14
Hex 11 34 37 45 5 0 4E B9 35 E
Octal 21 64 67 105 5 0 116 271 65 16
Binary 10001 110100 110111 1000101 101 0 1001110 10111001 110101 1110

Color Harmonies of #113437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113437

Black with #113437

Text Example


Text Example

White with #113437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113437; }

 p { color: rgb(17,52,55); }

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

background-color css

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

 a { background-color: rgb(17,52,55); }

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

border-color css

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

 span { border-color: rgb(17,52,55); }

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