#193A42

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

Shades of Nordic #193A42

Tints of Nordic #193A42

Color information

#193A42 (or 0x193A42) is unknown color: approx Nordic. HEX triplet: 19, 3A and 42. RGB value is (25,58,66). Sum of RGB (Red+Green+Blue) = 25+58+66=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #193A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A42 is #E6C5BD. Grayscale: #303030. Windows color (decimal): -15123902 or 4340249. OLE color: 4340249.

HSL color Cylindrical-coordinate representation of color #193A42: hue angle of 191.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193A42 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB255866-
CMYK0.620.1200.74
HSL191.71º45.05%17.84%-
HSV(B)191.71º62.12%25.88%-
XYZ2.93.635.7-
YUV49.04137.57110.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=16.78%
G=38.93%
B=44.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2558660.620.1200.74191.7145.0517.84
Hex193A423EC04Ac02d12
Octal3172102761401123005522
Binary1100111101010000101111101100010010101100000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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