#103B41

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

Shades of Nordic #103B41

Tints of Nordic #103B41

Color information

#103B41 (or 0x103B41) is unknown color: approx Nordic. HEX triplet: 10, 3B and 41. RGB value is (16,59,65). Sum of RGB (Red+Green+Blue) = 16+59+65=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #103B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B41 is #EFC4BE. Grayscale: #2E2E2E. Windows color (decimal): -15713471 or 4274960. OLE color: 4274960.

HSL color Cylindrical-coordinate representation of color #103B41: hue angle of 187.35º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103B41 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB165965-
CMYK0.750.0900.75
HSL187.35º60.49%15.88%-
HSV(B)187.35º75.38%25.49%-
XYZ2.733.625.56-
YUV46.83138.25106.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 59 (23.44% from 255) = 42.14%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=11.43%
G=42.14%
B=46.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1659650.750.0900.75187.3560.4915.88
Hex103B414B904Bbb3c10
Octal20731011131101132737420
Binary10000111011100000110010111001010010111011101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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