#10363B

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

Shades of Nordic #10363B

Tints of Nordic #10363B

Color information

#10363B (or 0x10363B) is unknown color: approx Nordic. HEX triplet: 10, 36 and 3B. RGB value is (16,54,59). Sum of RGB (Red+Green+Blue) = 16+54+59=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #10363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10363B is #EFC9C4. Grayscale: #2B2B2B. Windows color (decimal): -15714757 or 3880464. OLE color: 3880464.

HSL color Cylindrical-coordinate representation of color #10363B: hue angle of 186.98º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10363B is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB165459-
CMYK0.730.0800.77
HSL186.98º57.33%14.71%-
HSV(B)186.98º72.88%23.14%-
XYZ2.323.064.61-
YUV43.21136.91108.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=12.40%
G=41.86%
B=45.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1654590.730.0800.77186.9857.3314.71
Hex10363B49804Dbb39f
Octal2066731111001152737117
Binary100001101101110111001001100001001101101110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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