#133639

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

Shades of Nordic #133639

Tints of Nordic #133639

Color information

#133639 (or 0x133639) is unknown color: approx Nordic. HEX triplet: 13, 36 and 39. RGB value is (19,54,57). Sum of RGB (Red+Green+Blue) = 19+54+57=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #133639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133639 is #ECC9C6. Grayscale: #2B2B2B. Windows color (decimal): -15518151 or 3749395. OLE color: 3749395.

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

Color convert

RGB195457-
CMYK0.670.0500.78
HSL184.74º50%14.9%-
HSV(B)184.74º66.67%22.35%-
XYZ2.333.074.34-
YUV43.88135.4110.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=14.62%
G=41.54%
B=43.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1954570.670.0500.78184.745014.9
Hex13363943504Eb932f
Octal236671103501162716217
Binary10011110110111001100001110101001110101110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133639; }

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

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

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

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

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

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

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

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