Html Css Color HEX #113337 Nordic

📋 copy color: '#113337'

red 17 ◦ green 51 ◦ blue 55

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

Shades of Nordic #113337

Tints of Nordic #113337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 13.82%
G = 41.46%
B = 44.72%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#113337 (or 0x113337) is known color: Nordic. HEX triplet: 11, 33 and 37. RGB value is (17,51,55). Sum of RGB (Red+Green+Blue) = 17+51+55=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #113337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113337 is #EECCC8. Grayscale: #292929. Windows color (decimal): -15649993 or 3617553. OLE color: 3617553.

HSL color Cylindrical-coordinate representation of color #113337: hue angle of 186.32º 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 #113337 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 51 55 -
CMYK 0.69 0.07 0 0.78
HSL 186.32º 0.53% 0.14% -
HSV(B) 186.32º 0.69% 0.22% -
XYZ 2.1 2.76 4.04 -
YUV 41.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 17 51 55 0.69 0.07 0 0.78 186.32 0.53 0.14
Hex 11 33 37 45 7 0 4E BA 35 E
Octal 21 63 67 105 7 0 116 272 65 16
Binary 10001 110011 110111 1000101 111 0 1001110 10111010 110101 1110

Color Harmonies of #113337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113337

Black with #113337

Text Example


Text Example

White with #113337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113337; }

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

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

background-color css

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

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

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

border-color css

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

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

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