#103139

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

Shades of Nordic #103139

Tints of Nordic #103139

Color information

#103139 (or 0x103139) is unknown color: approx Nordic. HEX triplet: 10, 31 and 39. RGB value is (16,49,57). Sum of RGB (Red+Green+Blue) = 16+49+57=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #103139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103139 is #EFCEC6. Grayscale: #272727. Windows color (decimal): -15716039 or 3748112. OLE color: 3748112.

HSL color Cylindrical-coordinate representation of color #103139: hue angle of 191.71º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103139 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB164957-
CMYK0.720.1400.78
HSL191.71º56.16%14.31%-
HSV(B)191.71º71.93%22.35%-
XYZ2.052.64.27-
YUV40.04137.57110.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=13.11%
G=40.16%
B=46.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1649570.720.1400.78191.7156.1614.31
Hex10313948E04Ec038e
Octal2061711101601163007016
Binary100001100011110011001000111001001110110000001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103139; }

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

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

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

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

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

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

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

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