#133839

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

Shades of Nordic #133839

Tints of Nordic #133839

Color information

#133839 (or 0x133839) is unknown color: approx Nordic. HEX triplet: 13, 38 and 39. RGB value is (19,56,57). Sum of RGB (Red+Green+Blue) = 19+56+57=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #133839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133839 is #ECC7C6. Grayscale: #2D2D2D. Windows color (decimal): -15517639 or 3749907. OLE color: 3749907.

HSL color Cylindrical-coordinate representation of color #133839: hue angle of 181.58º 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 #133839 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195657-
CMYK0.670.0200.78
HSL181.58º50%14.9%-
HSV(B)181.58º66.67%22.35%-
XYZ2.423.264.37-
YUV45.05134.74109.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=14.39%
G=42.42%
B=43.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956570.670.0200.78181.585014.9
Hex13383943204Eb632f
Octal237071103201162666217
Binary1001111100011100110000111001001110101101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133839; }

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

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

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

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

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

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

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

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