#193B41

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

Shades of Nordic #193B41

Tints of Nordic #193B41

Color information

#193B41 (or 0x193B41) is unknown color: approx Nordic. HEX triplet: 19, 3B and 41. RGB value is (25,59,65). Sum of RGB (Red+Green+Blue) = 25+59+65=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #193B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B41 is #E6C4BE. Grayscale: #313131. Windows color (decimal): -15123647 or 4274969. OLE color: 4274969.

HSL color Cylindrical-coordinate representation of color #193B41: hue angle of 189º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193B41 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255965-
CMYK0.620.0900.75
HSL189º44.44%17.65%-
HSV(B)189º61.54%25.49%-
XYZ2.923.725.56-
YUV49.52136.74110.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 65 (25.78% from 255) = 43.62%
R=16.78%
G=39.60%
B=43.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2559650.620.0900.7518944.4417.65
Hex193B413E904Bbd2c12
Octal3173101761101132755422
Binary1100111101110000011111101001010010111011110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,59,65); }

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

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

 a { background-color: rgb(25,59,65); }

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

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

 span { border-color: rgb(25,59,65); }

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