#13373F

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

Shades of Nordic #13373F

Tints of Nordic #13373F

Color information

#13373F (or 0x13373F) is unknown color: approx Nordic. HEX triplet: 13, 37 and 3F. RGB value is (19,55,63). Sum of RGB (Red+Green+Blue) = 19+55+63=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #13373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373F is #ECC8C0. Grayscale: #2D2D2D. Windows color (decimal): -15517889 or 4142867. OLE color: 4142867.

HSL color Cylindrical-coordinate representation of color #13373F: hue angle of 190.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13373F is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195563-
CMYK0.700.1300.75
HSL190.91º53.66%16.08%-
HSV(B)190.91º69.84%24.71%-
XYZ2.533.235.19-
YUV45.15138.07109.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 63 (25% from 255) = 45.99%
R=13.87%
G=40.15%
B=45.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1955630.700.1300.75190.9153.6616.08
Hex13373F46D04Bbf3610
Octal2367771061501132776620
Binary1001111011111111110001101101010010111011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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