#193639

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

Shades of Nordic #193639

Tints of Nordic #193639

Color information

#193639 (or 0x193639) is unknown color: approx Nordic. HEX triplet: 19, 36 and 39. RGB value is (25,54,57). Sum of RGB (Red+Green+Blue) = 25+54+57=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #193639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193639 is #E6C9C6. Grayscale: #2D2D2D. Windows color (decimal): -15124935 or 3749401. OLE color: 3749401.

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

Color convert

RGB255457-
CMYK0.560.0500.78
HSL185.62º39.02%16.08%-
HSV(B)185.62º56.14%22.35%-
XYZ2.463.144.35-
YUV45.67134.39113.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=18.38%
G=39.71%
B=41.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2554570.560.0500.78185.6239.0216.08
Hex19363938504Eba2710
Octal31667170501162724720
Binary11001110110111001111000101010011101011101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193639; }

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

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

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

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

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

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

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

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