#103B48

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

Shades of Nordic #103B48

Tints of Nordic #103B48

Color information

#103B48 (or 0x103B48) is unknown color: approx Nordic. HEX triplet: 10, 3B and 48. RGB value is (16,59,72). Sum of RGB (Red+Green+Blue) = 16+59+72=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #103B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B48 is #EFC4B7. Grayscale: #2F2F2F. Windows color (decimal): -15713464 or 4733712. OLE color: 4733712.

HSL color Cylindrical-coordinate representation of color #103B48: hue angle of 193.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103B48 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB165972-
CMYK0.780.1800.72
HSL193.93º63.64%17.25%-
HSV(B)193.93º77.78%28.24%-
XYZ2.953.716.69-
YUV47.62141.75105.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=10.88%
G=40.14%
B=48.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1659720.780.1800.72193.9363.6417.25
Hex103B484E12048c24011
Octal207311011622011030210021
Binary1000011101110010001001110100100100100011000010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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