#10373C

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

Shades of Nordic #10373C

Tints of Nordic #10373C

Color information

#10373C (or 0x10373C) is unknown color: approx Nordic. HEX triplet: 10, 37 and 3C. RGB value is (16,55,60). Sum of RGB (Red+Green+Blue) = 16+55+60=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #10373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10373C is #EFC8C3. Grayscale: #2B2B2B. Windows color (decimal): -15714500 or 3946256. OLE color: 3946256.

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

Color convert

RGB165560-
CMYK0.730.0800.76
HSL186.82º57.89%14.9%-
HSV(B)186.82º73.33%23.53%-
XYZ2.43.174.76-
YUV43.91137.08108.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 60 (23.83% from 255) = 45.80%
R=12.21%
G=41.98%
B=45.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1655600.730.0800.76186.8257.8914.9
Hex10373C49804Cbb3af
Octal2067741111001142737217
Binary100001101111111001001001100001001100101110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10373C; }

 p { color: rgb(16,55,60); }

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

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

 a { background-color: rgb(16,55,60); }

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

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

 span { border-color: rgb(16,55,60); }

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