#103940

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

Shades of Nordic #103940

Tints of Nordic #103940

Color information

#103940 (or 0x103940) is unknown color: approx Nordic. HEX triplet: 10, 39 and 40. RGB value is (16,57,64). Sum of RGB (Red+Green+Blue) = 16+57+64=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #103940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103940 is #EFC6BF. Grayscale: #2D2D2D. Windows color (decimal): -15713984 or 4208912. OLE color: 4208912.

HSL color Cylindrical-coordinate representation of color #103940: hue angle of 188.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103940 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB165764-
CMYK0.750.1100.75
HSL188.75º60%15.69%-
HSV(B)188.75º75%25.1%-
XYZ2.63.415.37-
YUV45.54138.42106.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=11.68%
G=41.61%
B=46.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1657640.750.1100.75188.756015.69
Hex1039404BB04Bbd3c10
Octal20711001131301132757420
Binary10000111001100000010010111011010010111011110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103940; }

 p { color: rgb(16,57,64); }

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

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

 a { background-color: rgb(16,57,64); }

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

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

 span { border-color: rgb(16,57,64); }

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