#193537

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

Shades of Nordic #193537

Tints of Nordic #193537

Color information

#193537 (or 0x193537) is unknown color: approx Nordic. HEX triplet: 19, 35 and 37. RGB value is (25,53,55). Sum of RGB (Red+Green+Blue) = 25+53+55=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #193537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193537 is #E6CAC8. Grayscale: #2C2C2C. Windows color (decimal): -15125193 or 3618073. OLE color: 3618073.

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

Color convert

RGB255355-
CMYK0.550.0400.78
HSL184º37.5%15.69%-
HSV(B)184º54.55%21.57%-
XYZ2.363.034.07-
YUV44.86133.72113.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=18.80%
G=39.85%
B=41.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2553550.550.0400.7818437.515.69
Hex19353737404Eb82610
Octal31656767401162704620
Binary11001110101110111110111100010011101011100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193537; }

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

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

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

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

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

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

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

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