#193137

Color #193137 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #193137

Tints of Nordic #193137

Color information

#193137 (or 0x193137) is unknown color: approx Nordic. HEX triplet: 19, 31 and 37. RGB value is (25,49,55). Sum of RGB (Red+Green+Blue) = 25+49+55=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #193137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193137 is #E6CEC8. Grayscale: #2A2A2A. Windows color (decimal): -15126217 or 3617049. OLE color: 3617049.

HSL color Cylindrical-coordinate representation of color #193137: hue angle of 192º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193137 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB254955-
CMYK0.550.1100.78
HSL192º37.5%15.69%-
HSV(B)192º54.55%21.57%-
XYZ2.192.684.02-
YUV42.51135.05115.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=19.38%
G=37.98%
B=42.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2549550.550.1100.7819237.515.69
Hex19313737B04Ec02610
Octal316167671301163004620
Binary110011100011101111101111011010011101100000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193137; }

 p { color: rgb(25,49,55); }

 H1.HeaderClassName
 {
   color: #193137;
 }
 .AnyTagClassName
 {
   color: #193137;
 }
</style>
background-color css

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

 a { background-color: rgb(25,49,55); }

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

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

 span { border-color: rgb(25,49,55); }

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