#133739

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

Shades of Nordic #133739

Tints of Nordic #133739

Color information

#133739 (or 0x133739) is unknown color: approx Nordic. HEX triplet: 13, 37 and 39. RGB value is (19,55,57). Sum of RGB (Red+Green+Blue) = 19+55+57=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #133739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133739 is #ECC8C6. Grayscale: #2C2C2C. Windows color (decimal): -15517895 or 3749651. OLE color: 3749651.

HSL color Cylindrical-coordinate representation of color #133739: hue angle of 183.16º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133739 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195557-
CMYK0.670.0400.78
HSL183.16º50%14.9%-
HSV(B)183.16º66.67%22.35%-
XYZ2.373.174.36-
YUV44.46135.07109.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=14.50%
G=41.98%
B=43.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955570.670.0400.78183.165014.9
Hex13373943404Eb732f
Octal236771103401162676217
Binary10011110111111001100001110001001110101101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133739; }

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

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

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

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

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

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

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

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