#103D48

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

Shades of Nordic #103D48

Tints of Nordic #103D48

Color information

#103D48 (or 0x103D48) is unknown color: approx Nordic. HEX triplet: 10, 3D and 48. RGB value is (16,61,72). Sum of RGB (Red+Green+Blue) = 16+61+72=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #103D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D48 is #EFC2B7. Grayscale: #303030. Windows color (decimal): -15712952 or 4734224. OLE color: 4734224.

HSL color Cylindrical-coordinate representation of color #103D48: hue angle of 191.79º 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 #103D48 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB166172-
CMYK0.780.1500.72
HSL191.79º63.64%17.25%-
HSV(B)191.79º77.78%28.24%-
XYZ3.053.926.73-
YUV48.8141.09104.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=10.74%
G=40.94%
B=48.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1661720.780.1500.72191.7963.6417.25
Hex103D484EF048c04011
Octal207511011617011030010021
Binary100001111011001000100111011110100100011000000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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