#193D41

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

Shades of Nordic #193D41

Tints of Nordic #193D41

Color information

#193D41 (or 0x193D41) is unknown color: approx Nordic. HEX triplet: 19, 3D and 41. RGB value is (25,61,65). Sum of RGB (Red+Green+Blue) = 25+61+65=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #193D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D41 is #E6C2BE. Grayscale: #323232. Windows color (decimal): -15123135 or 4275481. OLE color: 4275481.

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

Color convert

RGB256165-
CMYK0.620.0600.75
HSL186º44.44%17.65%-
HSV(B)186º61.54%25.49%-
XYZ3.023.935.6-
YUV50.69136.07109.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=16.56%
G=40.40%
B=43.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2561650.620.0600.7518644.4417.65
Hex193D413E604Bba2c12
Octal317510176601132725422
Binary110011111011000001111110110010010111011101010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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