#133C46

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

Shades of Nordic #133C46

Tints of Nordic #133C46

Color information

#133C46 (or 0x133C46) is unknown color: approx Nordic. HEX triplet: 13, 3C and 46. RGB value is (19,60,70). Sum of RGB (Red+Green+Blue) = 19+60+70=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #133C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C46 is #ECC3B9. Grayscale: #303030. Windows color (decimal): -15516602 or 4602899. OLE color: 4602899.

HSL color Cylindrical-coordinate representation of color #133C46: hue angle of 191.76º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133C46 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196070-
CMYK0.730.1400.73
HSL191.76º57.3%17.45%-
HSV(B)191.76º72.86%27.45%-
XYZ2.993.816.37-
YUV48.88139.92106.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=12.75%
G=40.27%
B=46.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1960700.730.1400.73191.7657.317.45
Hex133C4649E049c03911
Octal23741061111601113007121
Binary10011111100100011010010011110010010011100000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133C46; }

 p { color: rgb(19,60,70); }

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

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

 a { background-color: rgb(19,60,70); }

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

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

 span { border-color: rgb(19,60,70); }

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