#193C40

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

Shades of Nordic #193C40

Tints of Nordic #193C40

Color information

#193C40 (or 0x193C40) is unknown color: approx Nordic. HEX triplet: 19, 3C and 40. RGB value is (25,60,64). Sum of RGB (Red+Green+Blue) = 25+60+64=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #193C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C40 is #E6C3BF. Grayscale: #313131. Windows color (decimal): -15123392 or 4209689. OLE color: 4209689.

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

Color convert

RGB256064-
CMYK0.610.0600.75
HSL186.15º43.82%17.45%-
HSV(B)186.15º60.94%25.1%-
XYZ2.943.815.43-
YUV49.99135.9110.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=16.78%
G=40.27%
B=42.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2560640.610.0600.75186.1543.8217.45
Hex193C403D604Bba2c11
Octal317410075601132725421
Binary110011111001000000111101110010010111011101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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