#103840

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

Shades of Nordic #103840

Tints of Nordic #103840

Color information

#103840 (or 0x103840) is unknown color: approx Nordic. HEX triplet: 10, 38 and 40. RGB value is (16,56,64). Sum of RGB (Red+Green+Blue) = 16+56+64=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #103840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103840 is #EFC7BF. Grayscale: #2C2C2C. Windows color (decimal): -15714240 or 4208656. OLE color: 4208656.

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

Color convert

RGB165664-
CMYK0.750.1300.75
HSL190º60%15.69%-
HSV(B)190º75%25.1%-
XYZ2.553.315.35-
YUV44.95138.75107.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=11.76%
G=41.18%
B=47.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1656640.750.1300.751906015.69
Hex1038404BD04Bbe3c10
Octal20701001131501132767420
Binary10000111000100000010010111101010010111011111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103840; }

 p { color: rgb(16,56,64); }

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

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

 a { background-color: rgb(16,56,64); }

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

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

 span { border-color: rgb(16,56,64); }

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