#10393D

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

Shades of Nordic #10393D

Tints of Nordic #10393D

Color information

#10393D (or 0x10393D) is unknown color: approx Nordic. HEX triplet: 10, 39 and 3D. RGB value is (16,57,61). Sum of RGB (Red+Green+Blue) = 16+57+61=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #10393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10393D is #EFC6C2. Grayscale: #2D2D2D. Windows color (decimal): -15713987 or 4012304. OLE color: 4012304.

HSL color Cylindrical-coordinate representation of color #10393D: hue angle of 185.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 #10393D is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB165761-
CMYK0.740.0700.76
HSL185.33º58.44%15.1%-
HSV(B)185.33º73.77%23.92%-
XYZ2.523.374.93-
YUV45.2136.92107.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=11.94%
G=42.54%
B=45.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1657610.740.0700.76185.3358.4415.1
Hex10393D4A704Cb93af
Octal207175112701142717217
Binary10000111001111101100101011101001100101110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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