#193B3A

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

Shades of Nordic #193B3A

Tints of Nordic #193B3A

Color information

#193B3A (or 0x193B3A) is unknown color: approx Nordic. HEX triplet: 19, 3B and 3A. RGB value is (25,59,58). Sum of RGB (Red+Green+Blue) = 25+59+58=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #193B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B3A is #E6C4C5. Grayscale: #303030. Windows color (decimal): -15123654 or 3816217. OLE color: 3816217.

HSL color Cylindrical-coordinate representation of color #193B3A: hue angle of 178.24º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B3A is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB255958-
CMYK0.5800.020.77
HSL178.24º40.48%16.47%-
HSV(B)178.24º57.63%23.14%-
XYZ2.733.644.56-
YUV48.72133.24111.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 59 (23.44% from 255) = 41.55%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=17.61%
G=41.55%
B=40.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2559580.5800.020.77178.2440.4816.47
Hex193B3A3A024Db22810
Octal31737272021152625020
Binary1100111101111101011101001010011011011001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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