#103641

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

Shades of Nordic #103641

Tints of Nordic #103641

Color information

#103641 (or 0x103641) is unknown color: approx Nordic. HEX triplet: 10, 36 and 41. RGB value is (16,54,65). Sum of RGB (Red+Green+Blue) = 16+54+65=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #103641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103641 is #EFC9BE. Grayscale: #2B2B2B. Windows color (decimal): -15714751 or 4273680. OLE color: 4273680.

HSL color Cylindrical-coordinate representation of color #103641: hue angle of 193.47º 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 #103641 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB165465-
CMYK0.750.1700.75
HSL193.47º60.49%15.88%-
HSV(B)193.47º75.38%25.49%-
XYZ2.493.135.47-
YUV43.89139.91108.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=11.85%
G=40%
B=48.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1654650.750.1700.75193.4760.4915.88
Hex1036414B1104Bc13c10
Octal20661011132101133017420
Binary100001101101000001100101110001010010111100000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103641; }

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

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

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

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

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

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

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

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