#10363D

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

Shades of Nordic #10363D

Tints of Nordic #10363D

Color information

#10363D (or 0x10363D) is unknown color: approx Nordic. HEX triplet: 10, 36 and 3D. RGB value is (16,54,61). Sum of RGB (Red+Green+Blue) = 16+54+61=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #10363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10363D is #EFC9C2. Grayscale: #2B2B2B. Windows color (decimal): -15714755 or 4011536. OLE color: 4011536.

HSL color Cylindrical-coordinate representation of color #10363D: hue angle of 189.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10363D is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB165461-
CMYK0.740.1100.76
HSL189.33º58.44%15.1%-
HSV(B)189.33º73.77%23.92%-
XYZ2.383.094.89-
YUV43.44137.91108.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=12.21%
G=41.22%
B=46.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1654610.740.1100.76189.3358.4415.1
Hex10363D4AB04Cbd3af
Octal2066751121301142757217
Binary100001101101111011001010101101001100101111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10363D; }

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

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

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

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

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

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

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

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