#193539

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

Shades of Nordic #193539

Tints of Nordic #193539

Color information

#193539 (or 0x193539) is unknown color: approx Nordic. HEX triplet: 19, 35 and 39. RGB value is (25,53,57). Sum of RGB (Red+Green+Blue) = 25+53+57=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #193539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193539 is #E6CAC6. Grayscale: #2D2D2D. Windows color (decimal): -15125191 or 3749145. OLE color: 3749145.

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

Color convert

RGB255357-
CMYK0.560.0700.78
HSL187.5º39.02%16.08%-
HSV(B)187.5º56.14%22.35%-
XYZ2.413.054.33-
YUV45.08134.72113.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=18.52%
G=39.26%
B=42.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2553570.560.0700.78187.539.0216.08
Hex19353938704Ebc2710
Octal31657170701162744720
Binary11001110101111001111000111010011101011110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193539; }

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

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

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

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

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

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

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

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