#103B46

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

Shades of Nordic #103B46

Tints of Nordic #103B46

Color information

#103B46 (or 0x103B46) is unknown color: approx Nordic. HEX triplet: 10, 3B and 46. RGB value is (16,59,70). Sum of RGB (Red+Green+Blue) = 16+59+70=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #103B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B46 is #EFC4B9. Grayscale: #2F2F2F. Windows color (decimal): -15713466 or 4602640. OLE color: 4602640.

HSL color Cylindrical-coordinate representation of color #103B46: hue angle of 192.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103B46 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB165970-
CMYK0.770.1600.73
HSL192.22º62.79%16.86%-
HSV(B)192.22º77.14%27.45%-
XYZ2.883.686.35-
YUV47.4140.75105.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=11.03%
G=40.69%
B=48.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1659700.770.1600.73192.2262.7916.86
Hex103B464D10049c03f11
Octal20731061152001113007721
Binary100001110111000110100110110000010010011100000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103B46; }

 p { color: rgb(16,59,70); }

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

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

 a { background-color: rgb(16,59,70); }

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

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

 span { border-color: rgb(16,59,70); }

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