#132E32

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

Shades of Nordic #132E32

Tints of Nordic #132E32

Color information

#132E32 (or 0x132E32) is unknown color: approx Nordic. HEX triplet: 13, 2E and 32. RGB value is (19,46,50). Sum of RGB (Red+Green+Blue) = 19+46+50=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #132E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E32 is #ECD1CD. Grayscale: #262626. Windows color (decimal): -15520206 or 3288595. OLE color: 3288595.

HSL color Cylindrical-coordinate representation of color #132E32: hue angle of 187.74º 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 #132E32 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194650-
CMYK0.620.0800.80
HSL187.74º44.93%13.53%-
HSV(B)187.74º62%19.61%-
XYZ1.822.323.37-
YUV38.38134.55114.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=16.52%
G=40%
B=43.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1946500.620.0800.80187.7444.9313.53
Hex132E323E8050bc2de
Octal235662761001202745516
Binary10011101110110010111110100001010000101111001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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