#193A40

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

Shades of Nordic #193A40

Tints of Nordic #193A40

Color information

#193A40 (or 0x193A40) is unknown color: approx Nordic. HEX triplet: 19, 3A and 40. RGB value is (25,58,64). Sum of RGB (Red+Green+Blue) = 25+58+64=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #193A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A40 is #E6C5BF. Grayscale: #303030. Windows color (decimal): -15123904 or 4209177. OLE color: 4209177.

HSL color Cylindrical-coordinate representation of color #193A40: hue angle of 189.23º 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 #193A40 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255864-
CMYK0.610.0900.75
HSL189.23º43.82%17.45%-
HSV(B)189.23º60.94%25.1%-
XYZ2.843.65.4-
YUV48.82136.57111.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=17.01%
G=39.46%
B=43.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2558640.610.0900.75189.2343.8217.45
Hex193A403D904Bbd2c11
Octal3172100751101132755421
Binary1100111101010000001111011001010010111011110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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