#193A44

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

Shades of Nordic #193A44

Tints of Nordic #193A44

Color information

#193A44 (or 0x193A44) is unknown color: approx Nordic. HEX triplet: 19, 3A and 44. RGB value is (25,58,68). Sum of RGB (Red+Green+Blue) = 25+58+68=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #193A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A44 is #E6C5BB. Grayscale: #313131. Windows color (decimal): -15123900 or 4471321. OLE color: 4471321.

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

Color convert

RGB255868-
CMYK0.630.1500.73
HSL193.95º46.24%18.24%-
HSV(B)193.95º63.24%26.67%-
XYZ2.963.656.02-
YUV49.27138.57110.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=16.56%
G=38.41%
B=45.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2558680.630.1500.73193.9546.2418.24
Hex193A443FF049c22e12
Octal3172104771701113025622
Binary1100111101010001001111111111010010011100001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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