#193C44

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

Shades of Nordic #193C44

Tints of Nordic #193C44

Color information

#193C44 (or 0x193C44) is unknown color: approx Nordic. HEX triplet: 19, 3C and 44. RGB value is (25,60,68). Sum of RGB (Red+Green+Blue) = 25+60+68=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #193C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C44 is #E6C3BB. Grayscale: #323232. Windows color (decimal): -15123388 or 4471833. OLE color: 4471833.

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

Color convert

RGB256068-
CMYK0.630.1200.73
HSL191.16º46.24%18.24%-
HSV(B)191.16º63.24%26.67%-
XYZ3.063.866.05-
YUV50.45137.9109.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=16.34%
G=39.22%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2560680.630.1200.73191.1646.2418.24
Hex193C443FC049bf2e12
Octal3174104771401112775622
Binary1100111110010001001111111100010010011011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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