#193D45

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

Shades of Nordic #193D45

Tints of Nordic #193D45

Color information

#193D45 (or 0x193D45) is unknown color: approx Nordic. HEX triplet: 19, 3D and 45. RGB value is (25,61,69). Sum of RGB (Red+Green+Blue) = 25+61+69=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #193D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D45 is #E6C2BA. Grayscale: #333333. Windows color (decimal): -15123131 or 4537625. OLE color: 4537625.

HSL color Cylindrical-coordinate representation of color #193D45: hue angle of 190.91º 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 #193D45 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB256169-
CMYK0.640.1200.73
HSL190.91º46.81%18.43%-
HSV(B)190.91º63.77%27.06%-
XYZ3.143.976.23-
YUV51.15138.07109.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=16.13%
G=39.35%
B=44.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2561690.640.1200.73190.9146.8118.43
Hex193D4540C049bf2f12
Octal31751051001401112775722
Binary11001111101100010110000001100010010011011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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