#103037

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

Shades of Nordic #103037

Tints of Nordic #103037

Color information

#103037 (or 0x103037) is unknown color: approx Nordic. HEX triplet: 10, 30 and 37. RGB value is (16,48,55). Sum of RGB (Red+Green+Blue) = 16+48+55=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #103037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103037 is #EFCFC8. Grayscale: #272727. Windows color (decimal): -15716297 or 3616784. OLE color: 3616784.

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

Color convert

RGB164855-
CMYK0.710.1300.78
HSL190.77º54.93%13.92%-
HSV(B)190.77º70.91%21.57%-
XYZ1.962.53.99-
YUV39.23136.9111.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 55 (21.88% from 255) = 46.22%
R=13.45%
G=40.34%
B=46.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1648550.710.1300.78190.7754.9313.92
Hex10303747D04Ebf37e
Octal2060671071501162776716
Binary100001100001101111000111110101001110101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103037; }

 p { color: rgb(16,48,55); }

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

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

 a { background-color: rgb(16,48,55); }

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

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

 span { border-color: rgb(16,48,55); }

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