#133A41

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

Shades of Nordic #133A41

Tints of Nordic #133A41

Color information

#133A41 (or 0x133A41) is unknown color: approx Nordic. HEX triplet: 13, 3A and 41. RGB value is (19,58,65). Sum of RGB (Red+Green+Blue) = 19+58+65=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #133A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A41 is #ECC5BE. Grayscale: #2F2F2F. Windows color (decimal): -15517119 or 4274707. OLE color: 4274707.

HSL color Cylindrical-coordinate representation of color #133A41: hue angle of 189.13º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133A41 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195865-
CMYK0.710.1100.75
HSL189.13º54.76%16.47%-
HSV(B)189.13º70.77%25.49%-
XYZ2.743.555.54-
YUV47.14138.08107.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=13.38%
G=40.85%
B=45.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1958650.710.1100.75189.1354.7616.47
Hex133A4147B04Bbd3710
Octal23721011071301132756720
Binary10011111010100000110001111011010010111011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,58,65); }

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

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

 a { background-color: rgb(19,58,65); }

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

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

 span { border-color: rgb(19,58,65); }

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