#133036

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

Shades of Nordic #133036

Tints of Nordic #133036

Color information

#133036 (or 0x133036) is unknown color: approx Nordic. HEX triplet: 13, 30 and 36. RGB value is (19,48,54). Sum of RGB (Red+Green+Blue) = 19+48+54=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #133036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133036 is #ECCFC9. Grayscale: #272727. Windows color (decimal): -15519690 or 3551251. OLE color: 3551251.

HSL color Cylindrical-coordinate representation of color #133036: hue angle of 190.29º 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 #133036 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB194854-
CMYK0.650.1100.79
HSL190.29º47.95%14.31%-
HSV(B)190.29º64.81%21.18%-
XYZ1.992.523.87-
YUV40.01135.89113.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=15.70%
G=39.67%
B=44.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1948540.650.1100.79190.2947.9514.31
Hex13303641B04Fbe30e
Octal2360661011301172766016
Binary100111100001101101000001101101001111101111101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133036; }

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

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

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

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

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

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

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

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