#193C41

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

Shades of Nordic #193C41

Tints of Nordic #193C41

Color information

#193C41 (or 0x193C41) is unknown color: approx Nordic. HEX triplet: 19, 3C and 41. RGB value is (25,60,65). Sum of RGB (Red+Green+Blue) = 25+60+65=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #193C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C41 is #E6C3BE. Grayscale: #323232. Windows color (decimal): -15123391 or 4275225. OLE color: 4275225.

HSL color Cylindrical-coordinate representation of color #193C41: hue angle of 187.5º 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 #193C41 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB256065-
CMYK0.620.0800.75
HSL187.5º44.44%17.65%-
HSV(B)187.5º61.54%25.49%-
XYZ2.973.825.58-
YUV50.1136.4110.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=16.67%
G=40%
B=43.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2560650.620.0800.75187.544.4417.65
Hex193C413E804Bbc2c12
Octal3174101761001132745422
Binary1100111110010000011111101000010010111011110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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