#133940

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

Shades of Nordic #133940

Tints of Nordic #133940

Color information

#133940 (or 0x133940) is unknown color: approx Nordic. HEX triplet: 13, 39 and 40. RGB value is (19,57,64). Sum of RGB (Red+Green+Blue) = 19+57+64=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #133940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133940 is #ECC6BF. Grayscale: #2E2E2E. Windows color (decimal): -15517376 or 4208915. OLE color: 4208915.

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

Color convert

RGB195764-
CMYK0.700.1100.75
HSL189.33º54.22%16.27%-
HSV(B)189.33º70.31%25.1%-
XYZ2.663.435.37-
YUV46.44137.91108.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=13.57%
G=40.71%
B=45.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1957640.700.1100.75189.3354.2216.27
Hex13394046B04Bbd3610
Octal23711001061301132756620
Binary10011111001100000010001101011010010111011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133940; }

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

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

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

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

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

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

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

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