#13393D

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

Shades of Nordic #13393D

Tints of Nordic #13393D

Color information

#13393D (or 0x13393D) is unknown color: approx Nordic. HEX triplet: 13, 39 and 3D. RGB value is (19,57,61). Sum of RGB (Red+Green+Blue) = 19+57+61=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #13393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13393D is #ECC6C2. Grayscale: #2E2E2E. Windows color (decimal): -15517379 or 4012307. OLE color: 4012307.

HSL color Cylindrical-coordinate representation of color #13393D: hue angle of 185.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13393D is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB195761-
CMYK0.690.0700.76
HSL185.71º52.5%15.69%-
HSV(B)185.71º68.85%23.92%-
XYZ2.573.44.94-
YUV46.09136.41108.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=13.87%
G=41.61%
B=44.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1957610.690.0700.76185.7152.515.69
Hex13393D45704Cba3410
Octal237175105701142726420
Binary100111110011111011000101111010011001011101011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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