#10353D

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

Shades of Nordic #10353D

Tints of Nordic #10353D

Color information

#10353D (or 0x10353D) is unknown color: approx Nordic. HEX triplet: 10, 35 and 3D. RGB value is (16,53,61). Sum of RGB (Red+Green+Blue) = 16+53+61=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #10353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10353D is #EFCAC2. Grayscale: #2A2A2A. Windows color (decimal): -15715011 or 4011280. OLE color: 4011280.

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

Color convert

RGB165361-
CMYK0.740.1300.76
HSL190.67º58.44%15.1%-
HSV(B)190.67º73.77%23.92%-
XYZ2.332.994.87-
YUV42.85138.24108.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=12.31%
G=40.77%
B=46.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1653610.740.1300.76190.6758.4415.1
Hex10353D4AD04Cbf3af
Octal2065751121501142777217
Binary100001101011111011001010110101001100101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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