#133436

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

Shades of Nordic #133436

Tints of Nordic #133436

Color information

#133436 (or 0x133436) is unknown color: approx Nordic. HEX triplet: 13, 34 and 36. RGB value is (19,52,54). Sum of RGB (Red+Green+Blue) = 19+52+54=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #133436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133436 is #ECCBC9. Grayscale: #2A2A2A. Windows color (decimal): -15518666 or 3552275. OLE color: 3552275.

HSL color Cylindrical-coordinate representation of color #133436: hue angle of 183.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133436 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB195254-
CMYK0.650.0400.79
HSL183.43º47.95%14.31%-
HSV(B)183.43º64.81%21.18%-
XYZ2.162.863.93-
YUV42.36134.57111.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 54 (21.48% from 255) = 43.2%
R=15.2%
G=41.6%
B=43.2%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1952540.650.0400.79183.4347.9514.31
Hex13343641404Fb730e
Octal236466101401172676016
Binary10011110100110110100000110001001111101101111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133436; }

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

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

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

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

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

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

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

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