#133740

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

Shades of Nordic #133740

Tints of Nordic #133740

Color information

#133740 (or 0x133740) is unknown color: approx Nordic. HEX triplet: 13, 37 and 40. RGB value is (19,55,64). Sum of RGB (Red+Green+Blue) = 19+55+64=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #133740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133740 is #ECC8BF. Grayscale: #2D2D2D. Windows color (decimal): -15517888 or 4208403. OLE color: 4208403.

HSL color Cylindrical-coordinate representation of color #133740: hue angle of 192º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133740 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195564-
CMYK0.700.1400.75
HSL192º54.22%16.27%-
HSV(B)192º70.31%25.1%-
XYZ2.563.245.34-
YUV45.26138.57109.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=13.77%
G=39.86%
B=46.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1955640.700.1400.7519254.2216.27
Hex13374046E04Bc03610
Octal23671001061601133006620
Binary10011110111100000010001101110010010111100000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133740; }

 p { color: rgb(19,55,64); }

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

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

 a { background-color: rgb(19,55,64); }

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

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

 span { border-color: rgb(19,55,64); }

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