#13373A

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

Shades of Nordic #13373A

Tints of Nordic #13373A

Color information

#13373A (or 0x13373A) is unknown color: approx Nordic. HEX triplet: 13, 37 and 3A. RGB value is (19,55,58). Sum of RGB (Red+Green+Blue) = 19+55+58=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #13373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373A is #ECC8C5. Grayscale: #2C2C2C. Windows color (decimal): -15517894 or 3815187. OLE color: 3815187.

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

Color convert

RGB195558-
CMYK0.670.0500.77
HSL184.62º50.65%15.1%-
HSV(B)184.62º67.24%22.75%-
XYZ2.43.184.49-
YUV44.58135.57109.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=14.39%
G=41.67%
B=43.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1955580.670.0500.77184.6250.6515.1
Hex13373A43504Db933f
Octal236772103501152716317
Binary10011110111111010100001110101001101101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13373A; }

 p { color: rgb(19,55,58); }

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

<style>
 a { background-color: #13373A; }

 a { background-color: rgb(19,55,58); }

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

<style>
 span { border-color: #13373A; }

 span { border-color: rgb(19,55,58); }

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