#133B40

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

Shades of Nordic #133B40

Tints of Nordic #133B40

Color information

#133B40 (or 0x133B40) is unknown color: approx Nordic. HEX triplet: 13, 3B and 40. RGB value is (19,59,64). Sum of RGB (Red+Green+Blue) = 19+59+64=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #133B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B40 is #ECC4BF. Grayscale: #2F2F2F. Windows color (decimal): -15516864 or 4209427. OLE color: 4209427.

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

Color convert

RGB195964-
CMYK0.700.0800.75
HSL186.67º54.22%16.27%-
HSV(B)186.67º70.31%25.1%-
XYZ2.763.645.41-
YUV47.61137.25107.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 59 (23.44% from 255) = 41.55%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=13.38%
G=41.55%
B=45.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1959640.700.0800.75186.6754.2216.27
Hex133B4046804Bbb3610
Octal23731001061001132736620
Binary10011111011100000010001101000010010111011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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