#132F32

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

Shades of Nordic #132F32

Tints of Nordic #132F32

Color information

#132F32 (or 0x132F32) is unknown color: approx Nordic. HEX triplet: 13, 2F and 32. RGB value is (19,47,50). Sum of RGB (Red+Green+Blue) = 19+47+50=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #132F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F32 is #ECD0CD. Grayscale: #262626. Windows color (decimal): -15519950 or 3288851. OLE color: 3288851.

HSL color Cylindrical-coordinate representation of color #132F32: hue angle of 185.81º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132F32 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194750-
CMYK0.620.0600.80
HSL185.81º44.93%13.53%-
HSV(B)185.81º62%19.61%-
XYZ1.862.43.38-
YUV38.97134.22113.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=16.38%
G=40.52%
B=43.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1947500.620.0600.80185.8144.9313.53
Hex132F323E6050ba2de
Octal23576276601202725516
Binary1001110111111001011111011001010000101110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132F32; }

 p { color: rgb(19,47,50); }

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

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

 a { background-color: rgb(19,47,50); }

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

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

 span { border-color: rgb(19,47,50); }

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