#193D40

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

Shades of Nordic #193D40

Tints of Nordic #193D40

Color information

#193D40 (or 0x193D40) is unknown color: approx Nordic. HEX triplet: 19, 3D and 40. RGB value is (25,61,64). Sum of RGB (Red+Green+Blue) = 25+61+64=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #193D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D40 is #E6C2BF. Grayscale: #323232. Windows color (decimal): -15123136 or 4209945. OLE color: 4209945.

HSL color Cylindrical-coordinate representation of color #193D40: hue angle of 184.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193D40 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB256164-
CMYK0.610.0500.75
HSL184.62º43.82%17.45%-
HSV(B)184.62º60.94%25.1%-
XYZ33.915.45-
YUV50.58135.57109.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=16.67%
G=40.67%
B=42.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2561640.610.0500.75184.6243.8217.45
Hex193D403D504Bb92c11
Octal317510075501132715421
Binary110011111011000000111101101010010111011100110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193D40; }

 p { color: rgb(25,61,64); }

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

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

 a { background-color: rgb(25,61,64); }

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

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

 span { border-color: rgb(25,61,64); }

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