#133B46

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

Shades of Nordic #133B46

Tints of Nordic #133B46

Color information

#133B46 (or 0x133B46) is unknown color: approx Nordic. HEX triplet: 13, 3B and 46. RGB value is (19,59,70). Sum of RGB (Red+Green+Blue) = 19+59+70=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #133B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B46 is #ECC4B9. Grayscale: #303030. Windows color (decimal): -15516858 or 4602643. OLE color: 4602643.

HSL color Cylindrical-coordinate representation of color #133B46: hue angle of 192.94º 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 #133B46 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB195970-
CMYK0.730.1600.73
HSL192.94º57.3%17.45%-
HSV(B)192.94º72.86%27.45%-
XYZ2.943.716.36-
YUV48.29140.25107.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=12.84%
G=39.86%
B=47.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1959700.730.1600.73192.9457.317.45
Hex133B464910049c13911
Octal23731061112001113017121
Binary100111110111000110100100110000010010011100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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