#193F45

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

Shades of Nordic #193F45

Tints of Nordic #193F45

Color information

#193F45 (or 0x193F45) is unknown color: approx Nordic. HEX triplet: 19, 3F and 45. RGB value is (25,63,69). Sum of RGB (Red+Green+Blue) = 25+63+69=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #193F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F45 is #E6C0BA. Grayscale: #343434. Windows color (decimal): -15122619 or 4538137. OLE color: 4538137.

HSL color Cylindrical-coordinate representation of color #193F45: hue angle of 188.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193F45 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB256369-
CMYK0.640.0900.73
HSL188.18º46.81%18.43%-
HSV(B)188.18º63.77%27.06%-
XYZ3.254.196.27-
YUV52.32137.41108.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=15.92%
G=40.13%
B=43.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2563690.640.0900.73188.1846.8118.43
Hex193F45409049bc2f12
Octal31771051001101112745722
Binary11001111111100010110000001001010010011011110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,69); }

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

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

 a { background-color: rgb(25,63,69); }

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

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

 span { border-color: rgb(25,63,69); }

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