#13353B

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

Shades of Nordic #13353B

Tints of Nordic #13353B

Color information

#13353B (or 0x13353B) is unknown color: approx Nordic. HEX triplet: 13, 35 and 3B. RGB value is (19,53,59). Sum of RGB (Red+Green+Blue) = 19+53+59=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #13353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353B is #ECCAC4. Grayscale: #2B2B2B. Windows color (decimal): -15518405 or 3880211. OLE color: 3880211.

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

Color convert

RGB195359-
CMYK0.680.1000.77
HSL189º51.28%15.29%-
HSV(B)189º67.8%23.14%-
XYZ2.3334.59-
YUV43.52136.74110.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=14.50%
G=40.46%
B=45.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1953590.680.1000.7718951.2815.29
Hex13353B44A04Dbd33f
Octal2365731041201152756317
Binary100111101011110111000100101001001101101111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,53,59); }

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

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

 a { background-color: rgb(19,53,59); }

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

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

 span { border-color: rgb(19,53,59); }

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