#10393B

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

Shades of Nordic #10393B

Tints of Nordic #10393B

Color information

#10393B (or 0x10393B) is unknown color: approx Nordic. HEX triplet: 10, 39 and 3B. RGB value is (16,57,59). Sum of RGB (Red+Green+Blue) = 16+57+59=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #10393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10393B is #EFC6C4. Grayscale: #2C2C2C. Windows color (decimal): -15713989 or 3881232. OLE color: 3881232.

HSL color Cylindrical-coordinate representation of color #10393B: hue angle of 182.79º 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 #10393B is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB165759-
CMYK0.730.0300.77
HSL182.79º57.33%14.71%-
HSV(B)182.79º72.88%23.14%-
XYZ2.473.354.65-
YUV44.97135.92107.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=12.12%
G=43.18%
B=44.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1657590.730.0300.77182.7957.3314.71
Hex10393B49304Db739f
Octal207173111301152677117
Binary1000011100111101110010011101001101101101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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